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

Function ap_proxy_get_worker

modules/proxy/proxy_util.c:1950–1956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1948}
1949
1950PROXY_DECLARE(proxy_worker *) ap_proxy_get_worker(apr_pool_t *p,
1951 proxy_balancer *balancer,
1952 proxy_server_conf *conf,
1953 const char *url)
1954{
1955 return ap_proxy_get_worker_ex(p, balancer, conf, url, 0);
1956}
1957
1958/*
1959 * To create a worker from scratch first we define the

Callers 4

add_memberFunction · 0.85
balancer_manageFunction · 0.85
balancer_handlerFunction · 0.85

Calls 1

ap_proxy_get_worker_exFunction · 0.85

Tested by

no test coverage detected