MCPcopy Create free account
hub / github.com/apache/httpd / ap_proxy_connection_reusable

Function ap_proxy_connection_reusable

modules/proxy/proxy_util.c:1616–1621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1614}
1615
1616PROXY_DECLARE(int) ap_proxy_connection_reusable(proxy_conn_rec *conn)
1617{
1618 proxy_worker *worker = conn->worker;
1619
1620 return !(conn->close || worker->s->disablereuse);
1621}
1622
1623static proxy_conn_rec *connection_make(apr_pool_t *p, proxy_worker *worker)
1624{

Callers 4

send_begin_requestFunction · 0.85
terminate_headersFunction · 0.85
mod_proxy.hFile · 0.85
connection_cleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected