aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/if_modified_since.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the handling of .status == 304 in Opera (it always returns 0). Also ↵John Resig2009-07-141-1/+6
| | | | silently "pass" in Opera 9.6 (which is unable to send the correct headers with setRequestHeader). Follow-up to bug #4764.
* Adding support for etags in $.ajax() - and simplified the if-modified-since ↵John Resig2009-06-151-0/+15
implementation. Thanks to Lawrence for the patch! Closes ticket #4764.