Fixed the handling of .status == 304 in Opera (it always returns 0). Also silently...
authorJohn Resig <jeresig@gmail.com>
Tue, 14 Jul 2009 21:13:23 +0000 (21:13 +0000)
committerJohn Resig <jeresig@gmail.com>
Tue, 14 Jul 2009 21:13:23 +0000 (21:13 +0000)
commitc3c94823f27ee1e935586d46fd86f055f3a3d97d
tree7afb6d54b1bcebea21d9409efda63bdeb7eb1933
parent89dc1e01435ebeef173c9a843096cd5c1fbc9dd8
Fixed the handling of .status == 304 in Opera (it always returns 0). Also silently "pass" in Opera 9.6 (which is unable to send the correct headers with setRequestHeader). Follow-up to bug #4764.
src/ajax.js
test/data/etag.php
test/data/if_modified_since.php
test/unit/ajax.js