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

Function ap_proxy_connection_create

modules/proxy/proxy_util.c:4209–4215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4207}
4208
4209PROXY_DECLARE(int) ap_proxy_connection_create(const char *proxy_function,
4210 proxy_conn_rec *conn,
4211 conn_rec *c, server_rec *s)
4212{
4213 (void) c; /* unused */
4214 return proxy_connection_create(proxy_function, conn, NULL, s);
4215}
4216
4217int ap_proxy_lb_workers(void)
4218{

Callers 1

uwsgi_handlerFunction · 0.85

Calls 1

proxy_connection_createFunction · 0.85

Tested by

no test coverage detected