(bug 26130) ob_start( 'ob_gzhandler' ) in LocalSettings.php broke gzip output from...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 10 Dec 2010 17:06:00 +0000 (17:06 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 10 Dec 2010 17:06:00 +0000 (17:06 +0000)
commit02f47c30271647609d1e9c5277ea818921fded6c
tree120605a0aa558a6bed585bac446c70ec9bc8ee67
parent699e53dc2f224f2e9f7f669af2a99718b8ca4f70
(bug 26130) ob_start( 'ob_gzhandler' ) in LocalSettings.php broke gzip output from load.php . This is caused by bugs.php.net/bug.php?id=36514 (ob_clean() removes GZIP header). Also noticed that load.php is affected by http://bugs.php.net/bug.php?id=51579 (ob_gzhandler generates non-empty 304s, invalid HTTP, triggers a Firefox bug) as well and fixed that too while I was at it.
includes/resourceloader/ResourceLoader.php