https://bugzilla.wikimedia.org/show_bug.cgi?id=17537





--- Comment #2 from Edward Z. Yang <[email protected]>  2009-02-17 
22:28:02 UTC ---
No problems on Firefox, using this test script:

<?php

if (isset($_SERVER['HTTP_IF_MODIFIED_SINCE'])) {
    ini_set('zlib.output_compression', 0);
    header('HTTP/1.1 304 Not Modified');
    header('Last-Modified: Tue, 17 Feb 2009 22:18:25 GMT');
} else {
    header('Cache-Control=private, s-maxage=0, max-age=0, must-revalidate');
    header('Last-Modified: Tue, 17 Feb 2009 22:18:25 GMT');
    var_dump($_SERVER);
    ?><a href="">asdf</a><?php
}


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to