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

Function ap_proxy_connection_create_ex

modules/proxy/proxy_util.c:4202–4207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4200}
4201
4202PROXY_DECLARE(int) ap_proxy_connection_create_ex(const char *proxy_function,
4203 proxy_conn_rec *conn,
4204 request_rec *r)
4205{
4206 return proxy_connection_create(proxy_function, conn, r, r->server);
4207}
4208
4209PROXY_DECLARE(int) ap_proxy_connection_create(const char *proxy_function,
4210 proxy_conn_rec *conn,

Callers 6

proxy_http_handlerFunction · 0.85
hc_check_cpingFunction · 0.85
hc_check_httpFunction · 0.85
proxy_wstunnel_handlerFunction · 0.85
proxy_ftp_handlerFunction · 0.85
proxy_http2_handlerFunction · 0.85

Calls 1

proxy_connection_createFunction · 0.85

Tested by

no test coverage detected