1. 03 Oct, 2002 1 commit
  2. 02 Oct, 2002 3 commits
  3. 01 Oct, 2002 1 commit
  4. 30 Sep, 2002 1 commit
  5. 28 Sep, 2002 2 commits
  6. 27 Sep, 2002 2 commits
  7. 26 Sep, 2002 1 commit
  8. 25 Sep, 2002 1 commit
  9. 20 Sep, 2002 1 commit
  10. 19 Sep, 2002 3 commits
  11. 17 Sep, 2002 2 commits
  12. 16 Sep, 2002 1 commit
  13. 15 Sep, 2002 2 commits
  14. 14 Sep, 2002 2 commits
  15. 12 Sep, 2002 3 commits
  16. 10 Sep, 2002 3 commits
  17. 09 Sep, 2002 1 commit
  18. 06 Sep, 2002 3 commits
  19. 05 Sep, 2002 1 commit
  20. 04 Sep, 2002 1 commit
    • Brian Pane's avatar
      Added optional support for caching streamed responses in mod_cache. · 6f34fa90
      Brian Pane authored
      Notes:
        * I've created a new config directive CacheMaxStreamingBuffer,
          to set the maximum amount of data that mod_cache will buffer
          per request if it hasn't yet seen an EOS.  The default is
          zero, which preserves the original behavior: cache only if
          the response has a known content-length or all the content
          is available in the first brigade passed to the CACHE_IN filter.
        * A big block of code in cache_in_filter() got wrapped in an
          if-statement in this change.  To make the diff more readable,
          I'm committing without indentation changes; a second commit
          will include (only) the indentation update.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96631 13f79535-47bb-0310-9956-ffa450edef68
      6f34fa90
  21. 03 Sep, 2002 2 commits
  22. 01 Sep, 2002 2 commits
  23. 30 Aug, 2002 1 commit