]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_cache: Don't cache requests with a expires date in the past;
authorGraham Leggett <minfrin@apache.org>
Thu, 12 Oct 2006 23:03:17 +0000 (23:03 +0000)
committerGraham Leggett <minfrin@apache.org>
Thu, 12 Oct 2006 23:03:17 +0000 (23:03 +0000)
commit8320100463ad2224e0407a8bb7ffc0913d41f532
treea805e91b938563c83be5337e842aee7ec5bf196e
parent957841ebee00bca7730602d69491fceb70491f54
mod_cache: Don't cache requests with a expires date in the past;
otherwise mod_cache will always try to cache the URL. This bug
might lead to numerous rename() errors on win32 if the URL was
previously cached.

+1: minfrin, rpluem, jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@463496 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/cache/mod_cache.c