(bug 22034) use wfClientAcceptsGzip() in wfGzipHandler instead of reimplementing it.
authorPlatonides <platonides@users.mediawiki.org>
Thu, 14 Jan 2010 16:35:35 +0000 (16:35 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 14 Jan 2010 16:35:35 +0000 (16:35 +0000)
commitda212102116818dd124c66348d4f9633be915425
treeb9ed9b51af71d2f5c60ae3eebbe3843a0504c0c7
parentb8464035b8b6696a25a376b790137f7e353deada
(bug 22034) use wfClientAcceptsGzip() in wfGzipHandler instead of reimplementing it.
$wgUseGzip check on wfClientAcceptsGzip() is removed since HTMLFileCache (the only wfClientAcceptsGzip() user) already checked that before calling it. This way, $wgUseGzip stays applying only for file cache, and $wgDisableOutputCompression for  output handler.
RELEASE-NOTES
includes/GlobalFunctions.php
includes/OutputHandler.php