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

Function ap_proxyerror

modules/proxy/proxy_util.c:432–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432PROXY_DECLARE(int) ap_proxyerror(request_rec *r, int statuscode, const char *message)
433{
434 return proxyerror_core(r, statuscode, message, 0);
435}
436
437static const char *
438 proxy_get_host_of_request(request_rec *r)

Callers 9

proxy_handlerFunction · 0.85
proxy_connect_handlerFunction · 0.85
ftp_set_TYPEFunction · 0.85
ftp_get_PWDFunction · 0.85
ftp_proxyerrorFunction · 0.85
proxy_ftp_handlerFunction · 0.85
ap_proxy_pass_brigadeFunction · 0.85

Calls 1

proxyerror_coreFunction · 0.85

Tested by

no test coverage detected