Skip to content
  1. Mar 24, 2004
  2. Mar 23, 2004
  3. Mar 22, 2004
  4. Mar 21, 2004
  5. Mar 20, 2004
  6. Mar 19, 2004
  7. Mar 18, 2004
    • Martin Kraemer's avatar
      Caching content from sources where Content-Length is not specified · 2bef4817
      Martin Kraemer authored
      (these were passed through uncached until now):
      
      This needed additional checks for CacheMinFileSize and CacheMaxFileSize
      after the response has completed. That means that we are checking at two
      places now:
      -> when the C-L is known, we check before we cache
      -> when it is unknown we check "on-the-way" for CacheMaxFileSize, and
         after caching completion for CacheMinFileSize
      
      We now compare the actual size of the cached copy against the C-L
      header, and discard it if the two don't match.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103026 13f79535-47bb-0310-9956-ffa450edef68
      2bef4817