"Aaron Schulz" changed the status of MediaWiki.r111028 to "fixme" URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/111028
Old status: new > New status: fixme 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. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
