]> granicus.if.org Git - apache/commit
* Remove all filters that are before the cache_out filter. This ensures
authorRuediger Pluem <rpluem@apache.org>
Wed, 26 Jul 2006 17:33:38 +0000 (17:33 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 26 Jul 2006 17:33:38 +0000 (17:33 +0000)
commitedfbb15c5431e06f7e334c11b2c3cc8985c7ed81
tree006bc13dc09858e3a34ba93bfc07c3a11f939975
parent2ab2a3a5495c867f433edcaf60b7df9f6bfaf070
* Remove all filters that are before the cache_out filter. This ensures
  that we kick off the filter stack with our cache_out filter being the
  first in the chain. This make sense because we want to restore things
  in the same manner as we saved them.
  There may be filters before our cache_out filter, because

  1. We call ap_set_content_type during cache_select. This causes
     Content-Type specific filters to be added.
  2. We call the insert_filter hook. This causes filters e.g. like
     the ones set with SetOutputFilter to be added.

PR: 40090

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