| 1851 | } |
| 1852 | |
| 1853 | static |
| 1854 | apr_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 |
no test coverage detected