* Further fix to Special:Export etc; instead of trying to suppress those
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 20 Feb 2007 04:46:07 +0000 (04:46 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 20 Feb 2007 04:46:07 +0000 (04:46 +0000)
commit62ef8829fb90819acab746ea06f73417a1a14edc
treec2614001ee09aace930779563c5659d936d5c225
parente76c53c0656d7584ecc7f7a03181900c36fb965b
* Further fix to Special:Export etc; instead of trying to suppress those
  Content-Encoding and Content-Length headers, just don't send them
  in the first place!
* Suppress Content-Length from wfOutputHandler if $wgDisableOutputCompression set
* Fix typo that caused $wgDisableOutputCompression to *enable* instead of *disable* compression ;)
includes/GlobalFunctions.php
includes/OutputHandler.php