]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Improve caching a bit more...
authorSander Striker <striker@apache.org>
Tue, 8 Mar 2005 02:35:50 +0000 (02:35 +0000)
committerSander Striker <striker@apache.org>
Tue, 8 Mar 2005 02:35:50 +0000 (02:35 +0000)
commitf92cbd8dbc7a1177b4009912f399e45f6efa7ac5
tree535f26cb7cdbc6d036b03ca5c797f1aea5af9379
parentc8c8263f9c8dc40cb6629618b23734fb3f8ed3d1
Improve caching a bit more...

* modules/cache/cache_util.c

  (ap_cache_check_freshness): On Cache-Control/Pragma no-cache force
   revalidation by marking the resource as stale.  Unless IgnoreCacheControl
   is set ofcourse.

* modules/cache/mod_cache.c

  (cache_url_handler): Remove Cache-Control/Pragma no-cache check and
   accompagnying comment.

  (cache_save_filter): Move FIXME comment to the correct location.

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