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:
@@ -863,6 +863,7 @@ PROXY_DECLARE(int) ap_proxy_connection_create(const char *proxy_function,
|
||||
* status HTTP_BAD_GATEWAY and an EOS bucket up the filter chain.
|
||||
* @param r current request record of client request
|
||||
* @param brigade The brigade that is sent through the output filter chain
|
||||
* @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