[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 12:00:00 PDT 2008


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org




------- Comment #1 from ap at webkit.org  2008-05-09 11:59 PDT -------
I cannot reproduce this issue with shipping Safari 3.1.1 on Mac OS X 10.5.2.

When I repeatedly click on "Contacts", I'm seeing the following in network
trace:
vGET
/subscription/AJAX/GetList.php?userID=1830&databaseName=Contact&format=Contact
HTTP/1.1
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; ru-ru)
AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18
Referer: http://www.realtyjuggler.com/main/Frameset.html
Accept: */*
Accept-Language: ru
Accept-Encoding: gzip, deflate
If-Modified-Since: Fri, 09 May 2008 18:51:34 GMT
Cookie: __utma=1.1537112792.1210358912.1210358912.1210358912.1; __utmb=1;
__utmc=1;
__utmz=1.1210358912.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none);
PHPSESSID=f5008ab44d67d2400d8e0cc0e304adfe
Connection: keep-alive
Host: www.realtyjuggler.com

Response:
HTTP/1.1 304 not modified 2008-05-09 18:51:34 GMT
Date: Fri, 09 May 2008 18:54:16 GMT
Server: Apache/2.2.6 (iTools 9.0.0i)/Mac OS X) mod_ssl/2.2.6 OpenSSL/0.9.7i
DAV/2 mod_fastcgi/2.4.2 PHP/5.2.5
Connection: Keep-Alive
Keep-Alive: timeout=5, max=100
ETag: "a187247ec53d3ad2b9972e82dd0639da"
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: age=3600, private, must-revalidate
Vary: Accept-Encoding,User-Agent


As seen above, we do send If-Modified-Since, and the server responds with a 304
Not Modified response (note that its Expires header seems to be off, though).


-- 
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