[Webkit-unassigned] [Bug 18972] WebKit not using 304 Not Modified for Ajax requests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 9 13:08:21 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18972





------- Comment #3 from scott at realorganized.com  2008-05-09 13:08 PDT -------
I just tried again with Safari 3.1 (the version I have) and the latest nightly
build of WebKit and browser did not send either of these:
If-Modified-Since:
If-None-Match:
when making an ajax request that is cached.

For Safari, I looked at the Network Timeline and was able to look at the
headers to see what was there.  Additionally, I have a rather long list of
contacts and it took 11 seconds to send all of the data.  I owuld have expected
that to be 1-2 seconds if only the header was returned.

For the latest WebKit,I was unable to view headers in the same way as the
Network Timeline returns the XML, but not headers.  So, I did this in console:

sudo tcpdump -i en0 -vvv -n -s 0 -w ~/Desktop/DumpFile.dmp

and this is a bit of what I got back:


-- 
Configure bugmail: http://bugs.webkit.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