From 93fa2ece09b1dc0e348ef5c526389c7e5335406b Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 23 Nov 2010 16:01:09 +0000 Subject: [PATCH] (bug 26068) Document $wgUseETag better --- includes/DefaultSettings.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index ec05475ba2..bdd434c20a 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1636,7 +1636,10 @@ $wgSidebarCacheExpiry = 86400; */ $wgUseGzip = false; -/** Whether MediaWiki should send an ETag header */ +/** + * Whether MediaWiki should send an ETag header. Seems to cause + * broken behavior with Squid 2.6, see bug 7098. + */ $wgUseETag = false; /** Clock skew or the one-second resolution of time() can occasionally cause cache -- 2.20.1