]> granicus.if.org Git - apache/commit
mod_proxy: follow up to r1681694.
authorYann Ylavic <ylavic@apache.org>
Mon, 1 Jun 2015 14:06:39 +0000 (14:06 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 1 Jun 2015 14:06:39 +0000 (14:06 +0000)
commit0b5aeb0f655098505affaccd1bb54e32e2995863
treeec14a128e93d30af3a28e234247ef418c77b82a1
parentd83f45cee18ae488a671185829ab52a96005a8f6
mod_proxy: follow up to r1681694.

Handle the proxy-error-override note also in mod_proxy_ajp.

The note is not needed in mod_proxy_fcgi (which also handles
ProxyErrorOverride) since it calls ap_die() by itself, and always
returns OK to proxy_handler().

Add a comment about the note where used.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1682907 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_ajp.c
modules/proxy/mod_proxy_http.c