]> granicus.if.org Git - apache/commit
* Give ap_proxy_post_request as chance to act correctly on the status code
authorRuediger Pluem <rpluem@apache.org>
Sat, 24 May 2014 20:55:52 +0000 (20:55 +0000)
committerRuediger Pluem <rpluem@apache.org>
Sat, 24 May 2014 20:55:52 +0000 (20:55 +0000)
commita902bda00305697d3bea379db7aa0894de8e5a1e
treeda585b153c3b0838c6a004d975f2b1501b1dde73
parent3adb3b8bf354ccdbcc2c8327b8c38ad795206932
* 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.

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