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

Function ap_proxy_release_connection

modules/proxy/proxy_util.c:2840–2851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2838}
2839
2840PROXY_DECLARE(int) ap_proxy_release_connection(const char *proxy_function,
2841 proxy_conn_rec *conn,
2842 server_rec *s)
2843{
2844 ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO(00943)
2845 "%s: has released connection for (%s:%d)",
2846 proxy_function, conn->worker->s->hostname_ex,
2847 (int)conn->worker->s->port);
2848 connection_cleanup(conn);
2849
2850 return OK;
2851}
2852
2853static APR_INLINE void proxy_address_inc(proxy_address *address)
2854{

Callers 12

proxy_fcgi_handlerFunction · 0.85
ap_proxy_http_cleanupFunction · 0.85
uwsgi_handlerFunction · 0.85
backend_cleanupFunction · 0.85
hc_init_batonFunction · 0.85
proxy_wstunnel_handlerFunction · 0.85
proxy_ftp_cleanupFunction · 0.85
proxy_ftp_handlerFunction · 0.85
proxy_ajp_handlerFunction · 0.85
scgi_handlerFunction · 0.85
proxy_http2_handlerFunction · 0.85

Calls 2

connection_cleanupFunction · 0.85
ap_log_errorFunction · 0.50

Tested by

no test coverage detected