jenkins-bot has submitted this change and it was merged. Change subject: Don't use output compression ......................................................................
Don't use output compression Bug: 73037 Change-Id: I98ccf210979d9779742bab61545171f440e10608 --- M LocalSettings.php 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: BryanDavis: Looks good to me, approved jenkins-bot: Verified diff --git a/LocalSettings.php b/LocalSettings.php index 8a6c972..9ae79a6 100644 --- a/LocalSettings.php +++ b/LocalSettings.php @@ -108,3 +108,6 @@ // Execute all jobs via standalone jobrunner service rather than // piggybacking them on web requests. $wgJobRunRate = 0; + +// Bug 73037: handmade gzipping sometimes makes error messages impossible to see in HHVM +$wgDisableOutputCompression = true; -- To view, visit https://gerrit.wikimedia.org/r/172002 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I98ccf210979d9779742bab61545171f440e10608 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: MaxSem <[email protected]> Gerrit-Reviewer: BryanDavis <[email protected]> Gerrit-Reviewer: MaxSem <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
