(bug 34254) fix gzipped file cache double compressing output
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 9 Feb 2012 11:02:36 +0000 (11:02 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 9 Feb 2012 11:02:36 +0000 (11:02 +0000)
commit311bc79c88a5cd60284c04ab041ce8ea1de2a931
tree812a2a909114440484b12b4d4e5a6321199dcb9f
parent595f852f8c4001b4a5e72b86b5230b983e94dd40
(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.
RELEASE-NOTES-1.20
includes/Setup.php