]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Expires in a 304 is not a contradiction in terms of r1487118:
authorEric Covener <covener@apache.org>
Wed, 28 Aug 2013 16:07:50 +0000 (16:07 +0000)
committerEric Covener <covener@apache.org>
Wed, 28 Aug 2013 16:07:50 +0000 (16:07 +0000)
     - Expires, Cache-Control, and/or Vary, if the field-value might
        differ from that sent in any previous response for the same
        variant

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1518269 13f79535-47bb-0310-9956-ffa450edef68

modules/cache/mod_cache.c

index a5dd439f2712caa74388bf64362fac387de2115f..969c231fc5a672df9a038eb43ddf74ce8417d4cf 100644 (file)
@@ -1130,7 +1130,6 @@ static apr_status_t cache_save_filter(ap_filter_t *f, apr_bucket_brigade *in)
                         "Content-Range")))
                 || ((reason = cache_header_cmp(r->pool, left, right,
                         "Content-Type")))
-                || ((reason = cache_header_cmp(r->pool, left, right, "Expires")))
                 || ((reason = cache_header_cmp(r->pool, left, right, "ETag")))
                 || ((reason = cache_header_cmp(r->pool, left, right,
                         "Last-Modified")))) {