]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
ap_meets_conditions() should not be called until all of
authorRoy T. Fielding <fielding@apache.org>
Thu, 12 Feb 2009 18:58:10 +0000 (18:58 +0000)
committerRoy T. Fielding <fielding@apache.org>
Thu, 12 Feb 2009 18:58:10 +0000 (18:58 +0000)
commitad2b92fe05f42e89e36e9ee0263ce070ee0c639f
tree236bdcdba06bb6f33f6318031db38dd69d2ce861
parent960cd29ce5ce022aee647465575720b4e8b08698
ap_meets_conditions() should not be called until all of
the known content metadata has been set, so that said metadata
can be included in the condition tests and in a 304 response.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@743837 13f79535-47bb-0310-9956-ffa450edef68
modules/cache/mod_file_cache.c
server/core.c