mirror of
https://github.com/apache/httpd.git
synced 2025-08-06 11:06:17 +00:00
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
This commit is contained in:
1
modules/cache/mod_cache.c
vendored
1
modules/cache/mod_cache.c
vendored
@ -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")))) {
|
||||
|
Reference in New Issue
Block a user