BBlack has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/381050 )

Change subject: varnish: remove references to mfLazyLoadReferences
......................................................................


varnish: remove references to mfLazyLoadReferences

T169074 removed the cookies mfLazyLoadReferences and mfLazyLoadImages
from MobileFrontend, so those aren't needed in varnish any more.

Bug: T175381
Change-Id: I6a6ffb96c7bed2ac3f78afd22e8acc4b7741cea1
---
M modules/varnish/templates/text-common.inc.vcl.erb
1 file changed, 0 insertions(+), 10 deletions(-)

Approvals:
  BBlack: Looks good to me, approved
  jenkins-bot: Verified
  Jdlrobson: Looks good to me, but someone else must approve



diff --git a/modules/varnish/templates/text-common.inc.vcl.erb 
b/modules/varnish/templates/text-common.inc.vcl.erb
index 44ada58..67c1762 100644
--- a/modules/varnish/templates/text-common.inc.vcl.erb
+++ b/modules/varnish/templates/text-common.inc.vcl.erb
@@ -99,16 +99,6 @@
                if (req.http.X-Orig-Cookie ~ "(^|;\s*)optin=beta" || 
req.http.Cookie ~ "(^|;\s*)optin=beta") {
                        hash_data("optin=beta");
                }
-
-               // Split the cache for non-beta lazy image loading tests
-               if (req.http.X-Orig-Cookie ~ "(^|;\s*)mfLazyLoadImages=A" || 
req.http.Cookie ~ "(^|;\s*)mfLazyLoadImages=A") {
-                       hash_data("mfLazyLoadImages=A");
-               }
-
-               // Split the cache for non-beta lazy reference loading tests
-               if (req.http.X-Orig-Cookie ~ "(^|;\s*)mfLazyLoadReferences=A" 
|| req.http.Cookie ~ "(^|;\s*)mfLazyLoadReferences=A") {
-                       hash_data("mfLazyLoadReferences=A");
-               }
        }
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I6a6ffb96c7bed2ac3f78afd22e8acc4b7741cea1
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: EddieGP <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: Ema <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to