]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1597352 from trunk:
authorJim Jagielski <jim@apache.org>
Sat, 5 Sep 2015 17:04:34 +0000 (17:04 +0000)
committerJim Jagielski <jim@apache.org>
Sat, 5 Sep 2015 17:04:34 +0000 (17:04 +0000)
commit65ce7cc44da76e73c73745eb95baf8c0a93438f6
treef452852509def736a94afb01a9da9a74bb180d69
parent3e46d2cdc62dba70c011ffa37b7de3cbc4019dce
Merge r1597352 from trunk:

* Give ap_proxy_post_request as chance to act correctly on the status code
  by setting r->status temporarily to access_status. r->status might be
  different than access_status e.g. r->status could be HTTP_OK if e.g. we
  override the error page on the proxy or if the error was not generated
  by the backend itself but by the proxy e.g. a bad gateway.

Submitted by: rpluem
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1701411 13f79535-47bb-0310-9956-ffa450edef68
STATUS
modules/proxy/mod_proxy.c