]> granicus.if.org Git - apache/commit
* Create new filters CACHE_OUT_SUBREQ / CACHE_SAVE_SUBREQ which only differ
authorRuediger Pluem <rpluem@apache.org>
Mon, 17 Oct 2005 18:59:52 +0000 (18:59 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 17 Oct 2005 18:59:52 +0000 (18:59 +0000)
commitfd4bdc00ce7e17da8416360145755a9a19bc9df2
treedce93559fe1cb86653d50a95806ba0b3082193b5
parent52c4e849b1e1cba524fbf9a18a31b8888b52fea9
* Create new filters CACHE_OUT_SUBREQ / CACHE_SAVE_SUBREQ which only differ
  by the type (AP_FTYPE_CONTENT_SET-1) from CACHE_OUT / CACHE_SAVE
  (AP_FTYPE_CONTENT_SET+1). This ensures that subrequests to non local
  resources do not get stuck in the middle of the road with the contents
  only written to the temp file, because CACHE_OUT_SUBREQ / CACHE_SAVE_SUBREQ
  are inserted *before* the SUBREQ_CORE filter in the filter chain.

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