[Bug 34254] FileCache + Gzip outputs garbage

2012-02-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34254

--- Comment #5 from Antoine hashar Musso has...@free.fr 2012-02-12 19:36:17 
UTC ---
I have reverted the attempt above with r111322.  See Aaron comment on r111028.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34254] FileCache + Gzip outputs garbage

2012-02-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34254

--- Comment #4 from Antoine hashar Musso has...@free.fr 2012-02-09 11:02:54 
UTC ---
Patch attempt with r111028. Pending review.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34254] FileCache + Gzip outputs garbage

2012-02-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34254

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2012-02-08 
17:55:11 UTC ---
still seeing this after using Aaron's suggestions?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34254] FileCache + Gzip outputs garbage

2012-02-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34254

--- Comment #3 from Antoine hashar Musso has...@free.fr 2012-02-08 20:46:05 
UTC ---
Requesting without accepting gzip
$ curl -s http://trunk.dev/index.php/Main_Page | tail -2
!-- Cached/compressed 20120208070016 --
/html
$

When accepting gzip, I need to unzip the output twice:
$ curl -s -H 'ACCEPT-ENCODING: gzip' http://trunk.dev/index.php/Main_Page |
zcat | zcat | tail -2
!-- Cached/compressed 20120208070016 --
/html
$

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34254] FileCache + Gzip outputs garbage

2012-02-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34254

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

   Severity|normal  |major

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34254] FileCache + Gzip outputs garbage

2012-02-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34254

Aaron Schulz aschulz4...@gmail.com changed:

   What|Removed |Added

 CC||aschulz4...@gmail.com

--- Comment #1 from Aaron Schulz aschulz4...@gmail.com 2012-02-07 21:23:07 
UTC ---
I recall this issue always being reported over the years, though I couldn't
reproduce it. The things to check for are:
a) file cache code and $wgUseGzip, including ACCEPT-ENCODING handling code
b) any output buffering and gzip calls MW has...there used to be a hack in
LocalSettings.php to override PHP defaults
c) the php.ini settings for output compresssion

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l