https://bugzilla.wikimedia.org/show_bug.cgi?id=18450
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Brion Vibber <[email protected]> 2009-04-14 17:40:28 UTC --- Looks like it's simply being cached at the squids: Date: Mon, 13 Apr 2009 14:38:33 GMT Server: Apache X-Powered-By: PHP/5.2.4-2ubuntu5wm1 Cache-Control: private, s-maxage=0, max-age=0, must-revalidate Content-Language: en Vary: Accept-Encoding,Cookie X-Vary-Options: Accept-Encoding;list-contains=gzip,Cookie;string-contains=enwikiToken;string-contains=enwikiLoggedOut ;string-contains=enwiki_session;string-contains=centralauth_Token;string-contains=centralauth_Session ;string-contains=centralauth_LoggedOut Content-Encoding: gzip Content-Length: 7747 Content-Type: text/html; charset=utf-8 Age: 96881 X-Cache: HIT from sq38.wikimedia.org, MISS from sq34.wikimedia.org X-Cache-Lookup: HIT from sq38.wikimedia.org:3128, MISS from sq34.wikimedia.org:80 Via: 1.1 sq38.wikimedia.org:3128 (squid/2.7.STABLE6), 1.0 sq34.wikimedia.org:80 (squid/2.7.STABLE6) Connection: keep-alive Note the page has not be *edited* since the day before this page was generated, and the suppression happened about an hour afterwards. Should double-check to make sure: 1) Diff pages are not being server-cached without a revalidation requirement (to check page_touched) 2) Make sure page_touched is being updated on suppression. ... page_touched timestamp on this page is 2009-04-13 23:12:21, which is some hours after both the page generation and the suppression, so that seems fine. Looks like the cache-control headers on the diff view are probably bogus. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
