From 397bdd8c43543140aba963a0548eae90bd3d29f0 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Wed, 28 Aug 2013 16:07:50 +0000 Subject: [PATCH] Expires in a 304 is not a contradiction in terms of r1487118: - 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/cache/mod_cache.c b/modules/cache/mod_cache.c index a5dd439f27..969c231fc5 100644 --- a/modules/cache/mod_cache.c +++ b/modules/cache/mod_cache.c @@ -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")))) { -- 2.40.0