http://bugs.winehq.org/show_bug.cgi?id=26032
--- Comment #13 from Artem S. Tashkinov t.artem@mailcity.com 2011-03-01 10:14:38 CST --- My Mozilla Firefox 4 beta 12 is sending HTTP/1.1, "Accept-Encoding: gzip, deflate " request to
http://bugs.winehq.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&am...
and I receive exactly 2.5MB of uncompressed data.
Opera and Chrome both receive gzip'ed data but that's because they both *don't* support multipart/x-mixed-replace stream type.
Here's a response Google Chrome receives:
Connection:Keep-Alive Content-Encoding:gzip Content-Type:text/html; charset=UTF-8 Content-disposition:inline; filename="bugs-2011-03-01.html" Date:Tue, 01 Mar 2011 16:09:10 GMT Keep-Alive:timeout=5 Server:Apache/2.2.9 (Debian) Set-Cookie:LASTORDER=bug_status%2Cpriority%2Cassigned_to%2Cbug_id; domain=bugs.winehq.org; path=/; expires=Fri, 01-Jan-2038 00:00:00 GMT BUGLIST=X; domain=bugs.winehq.org; path=/; expires=Tue, 15-Sep-1998 21:49:00 GMT Transfer-Encoding:chunked Vary:Accept-Encoding
(In reply to comment #12)
I tested the url: http://bugs.winehq.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&am...
with: http://www.whatsmyip.org/http_compression/
And it is reporting that it is compressed: Original Size: 2299.13 KB Gzipped Size: 135.89 KB Data Savings: 94.09%
I noticed that bugzilla is sending the bugs lists as multi-part. The first part is just a please wait message, the second part the actual web page data. Perhaps the first part is not compressed. The bug list itself is compressed however.
That's because whatsmyip.org/http_compression/ PHP script also doesn't support multipart.