r55853 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55852‎ | r55853 | r55854 >
Date:17:47, 5 September 2009
Author:midom
Status:ok
Tags:
Comment:
live adjustment, probably committed to trunk by now
Modified paths:
  • /branches/wmf-deployment/includes/OutputHandler.php (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/includes/OutputHandler.php
@@ -78,7 +78,7 @@
7979 $tokens = preg_split( '/[,; ]/', $_SERVER['HTTP_ACCEPT_ENCODING'] );
8080 if ( in_array( 'gzip', $tokens ) ) {
8181 header( 'Content-Encoding: gzip' );
82 - $s = gzencode( $s, 3 );
 82+ $s = gzencode( $s, 6 );
8383 }
8484 }
8585

Status & tagging log