8 messages in ru.sysoev.nginxRe: No Vary header sent on gzipped re...
FromSent OnAttachments
Yusuf GoolamabbasJun 18, 2007 12:14 am 
Seun OsewaJun 18, 2007 12:18 am 
Yusuf GoolamabbasJun 18, 2007 1:02 am 
Seun OsewaJun 18, 2007 1:17 am 
Igor SysoevJun 18, 2007 1:24 am 
Igor SysoevJun 18, 2007 1:36 am 
Yusuf GoolamabbasJun 18, 2007 2:15 am 
Igor SysoevJun 18, 2007 2:25 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: No Vary header sent on gzipped responseActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Jun 18, 2007 1:36:33 am
List:ru.sysoev.nginx

On Mon, Jun 18, 2007 at 09:17:41AM +0100, Seun Osewa wrote:

Wow. I've learned something today. Thanks! So without the Vary header, clients without gzip support might recieve gzip-encoded responses.

Yes. But if proxy does not support "Vary" header, it may send cached compressed to client that does not understand gzip.

And here we have two cases:

1) in Internet there are still many proxy servers that does not support Vary at all.

2) there are many browsers that does not understand compressing: if MSIE 5.5+ configured to work via HTTP/1.0 proxy it never sends "Accept-Encoding: gzip,deflate" and does not decompress gzipped responses.

On 6/18/07, Yusuf Goolamabbas <yusu@public.gmane.org>
wrote:

According to my reading of this message from Henrik of Squid fame, it is supposed to be

http://www.squid-cache.org/mail-archive/squid-users/200703/0259.html