1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-13 21:42:17 +03:00
Files
apache/modules/proxy
Yann Ylavic 0a431ef862 core, modules: like r1657897 but for core and other modules than mod_proxy.
More uses of ap_map_http_request_error() and AP_FILTER_ERROR so that we never
return an HTTP error status from a handler if some filter generated a response
already.

That is, from a handler, either ap_get_brigade() (an input filter) returned
AP_FILTER_ERROR and we must forward it to ap_die(), or ap_pass_brigade() (an
output filter) failed with any status and we must return AP_FILTER_ERROR in
any case for ap_die() to determine whether a response is needed or not.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1665625 13f79535-47bb-0310-9956-ffa450edef68
2015-03-10 17:25:17 +00:00
..
2014-12-02 07:17:12 +00:00
2014-12-02 07:17:12 +00:00
2013-03-08 13:47:04 +00:00
2015-03-05 14:35:34 +00:00
2013-11-22 00:18:24 +00:00
2014-10-22 04:54:52 +00:00
2011-09-23 13:38:09 +00:00
2012-08-09 12:11:09 +00:00
2012-08-09 12:11:09 +00:00
2012-08-09 12:11:09 +00:00
2012-08-09 12:11:09 +00:00
2012-08-09 12:11:09 +00:00
2012-08-09 12:11:09 +00:00
2012-08-09 12:11:09 +00:00
2012-08-09 12:11:09 +00:00
2012-08-09 12:11:09 +00:00
2012-08-09 12:11:09 +00:00
2012-08-09 12:11:09 +00:00
2012-08-09 12:11:09 +00:00
2013-02-24 06:13:03 +00:00
2014-05-05 21:13:12 +00:00