"Hashar" posted a comment on MediaWiki.r111028.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/111028#c30855

Commit summary for MediaWiki.r111028:

(bug 34254) fix gzipped file cache double compressing output

A gzipped file cache is enabled by setting $wgUseGzip and $wgUseFileCache.
To save CPU cycles, HTMLFileCache would print the compressed output as is
but WebStart uses an ob_gzhandler so we end up with a double compression.

Hashar's comment:

I have reverted it with r111322 that revision was broken :-/  The way we handle 
output buffering compression is too confusing for me, I am going to skip that.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to