Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1636,7 +1636,10 @@ |
1637 | 1637 | */ |
1638 | 1638 | $wgUseGzip = false; |
1639 | 1639 | |
1640 | | -/** Whether MediaWiki should send an ETag header */ |
| 1640 | +/** |
| 1641 | + * Whether MediaWiki should send an ETag header. Seems to cause |
| 1642 | + * broken behavior with Squid 2.6, see bug 7098. |
| 1643 | + */ |
1641 | 1644 | $wgUseETag = false; |
1642 | 1645 | |
1643 | 1646 | /** Clock skew or the one-second resolution of time() can occasionally cause cache |