BBlack has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/271559

Change subject: cache_misc: disable do_gzip
......................................................................

cache_misc: disable do_gzip

Easiest way to test this interaction across layers in cache_misc
for the bug linked below...

Bug: T127294
Change-Id: I68ceace3e4bfbf93b57fa488cc12eb4552dfe736
---
M modules/role/manifests/cache/misc.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/59/271559/1

diff --git a/modules/role/manifests/cache/misc.pp 
b/modules/role/manifests/cache/misc.pp
index d14ed28..ee3ae28 100644
--- a/modules/role/manifests/cache/misc.pp
+++ b/modules/role/manifests/cache/misc.pp
@@ -247,7 +247,7 @@
 
     $common_vcl_config = {
         'cache4xx'         => '1m',
-        'do_gzip'          => true,
+        'do_gzip'          => false, # T127294
         'allowed_methods'  => '^(GET|DELETE|HEAD|POST|PURGE|PUT)$',
         'purge_host_regex' => $::role::cache::base::purge_host_not_upload_re,
     }

-- 
To view, visit https://gerrit.wikimedia.org/r/271559
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I68ceace3e4bfbf93b57fa488cc12eb4552dfe736
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to