mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
core: Stop the HTTP_IN filter from attempting to write error buckets
to the output filters, which is bogus in the proxy case. Create a clean mapping from APR codes to HTTP status codes, and use it where needed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1482522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2754,6 +2754,7 @@ int ap_proxy_lb_workers(void)
|
||||
return lb_workers_limit;
|
||||
}
|
||||
|
||||
/* deprecated - to be removed in v2.6 */
|
||||
PROXY_DECLARE(void) ap_proxy_backend_broke(request_rec *r,
|
||||
apr_bucket_brigade *brigade)
|
||||
{
|
||||
|
Reference in New Issue
Block a user