You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2015/11/08 23:00:51 UTC

[Bug 45023] DEFLATE preventing 304 NOT MODIFIED response

https://bz.apache.org/bugzilla/show_bug.cgi?id=45023

--- Comment #22 from joost.dekeijzer@gmail.com ---
Am I correct to read in
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.26 that the
If-None-Match header can contain mulitple ETAG values?

If so, maybe an alternative version of rahuls workaround could be:

RequestHeader edit "If-None-Match" '^"((.*)-gzip)"$' '"$1", "$2"'

With above line, I think there is no need to modify the outgoing Header and the
modefied RequestHeader works in with or without deflation

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org