Skip to content
  1. Oct 06, 2005
  2. Oct 05, 2005
  3. Oct 04, 2005
  4. Oct 03, 2005
  5. Oct 02, 2005
  6. Oct 01, 2005
  7. Sep 30, 2005
  8. Sep 29, 2005
  9. Sep 28, 2005
  10. Sep 27, 2005
  11. Sep 26, 2005
    • Colm MacCarthaigh's avatar
    • Colm MacCarthaigh's avatar
      · d366d776
      Colm MacCarthaigh authored
      Fixes and cleanups for mod_cache;
      
          * Add r->uri to the debug messages in the quick handler; makes debugging
            easier.
          
          * Always reset headers_in for lookup's, some modules make subrequests
            and then rewrite the url. Having a conditional request at this point
            is not what they expect (nor reasonable for them to handle). 
      
          * Don't store a per-request config on lookups; for the same reason.
      
          * Return DECLINED when in lookup mode and ap_meets_conditions() indicated
            we have the content but don't know if it's fresh or not. We have no idea
            whether the backend will have a 404, a 304 or any other kind of a 
            response - so we have to assume we cannot handle the request.
      
          * remove the unused "url" argument from the cache_create_entity() function
      
          * Whitespace/comment fixups in mod_cache.h
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@291588 13f79535-47bb-0310-9956-ffa450edef68
      d366d776