1. 23 Mar, 2004 2 commits
  2. 22 Mar, 2004 9 commits
  3. 21 Mar, 2004 6 commits
  4. 20 Mar, 2004 4 commits
  5. 19 Mar, 2004 9 commits
  6. 18 Mar, 2004 1 commit
    • 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
  7. 17 Mar, 2004 9 commits