[Webkit-unassigned] [Bug 8210] Unable to do conditional gets via XMLHttpRequest

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Thu Apr 6 03:30:09 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8210


ap at nypop.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at nypop.com
          Component|WebKit Misc.                |XML DOM




------- Comment #1 from ap at nypop.com  2006-04-06 03:30 PDT -------
With stock 10.4.6 Safari, I'm getting an alert saying "200" every 8-9 seconds.
The reason is that NSURLConnection catches the 304 response and translates it
into a 200 one (with a full cached response body and other headers, of course).

I am getting exactly the same results from Mac Firefox 1.5.

If you issue a conditional request the response for which is not cached, the
behavior is incorrect, see bug 7385. However, normally caching is performed
automatically and transparently, so you needn't specify the conditional headers
at all.

So, this doesn't look like a bug to me.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list