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

Function ap_proxy_http_cleanup

modules/proxy/mod_proxy_http.c:1853–1859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1851}
1852
1853static
1854apr_status_t ap_proxy_http_cleanup(const char *scheme, request_rec *r,
1855 proxy_conn_rec *backend)
1856{
1857 ap_proxy_release_connection(scheme, backend, r->server);
1858 return OK;
1859}
1860
1861/*
1862 * This handles http:// URLs, and other URLs using a remote proxy over http

Callers 1

proxy_http_handlerFunction · 0.85

Calls 1

Tested by

no test coverage detected