]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* If a subrequest has a broken backend also set no_cache for the main request
authorRuediger Pluem <rpluem@apache.org>
Thu, 5 Jan 2006 13:46:57 +0000 (13:46 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 5 Jan 2006 13:46:57 +0000 (13:46 +0000)
commit6afae96259e0e64d8243f07418332136f102dda9
treea6e5491190b613243378baed7e573bf8d8dfa3a0
parent30d205d8a9072c7d3f46bea3b374d386afb607b7
* If a subrequest has a broken backend also set no_cache for the main request
  and ensure that the chunk filter does not sent the last chunk marker in this
  case.

  modules/http/chunk_filter.c: Memorize HTTP_BAD_GATEWAY error buckets that
                               had been seen in filter context to ensure
                               that we do not sent the last chunk marker in
                               this case.
  modules/proxy/proxy_util.c : Set no_cache also for main request if we are
                               a subrequest.

  Thanks to Joe Orton and AndrĂ© Malo for the "invented unique pointer" trick.

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