Bernard:So you mean even you updated test.html, it still shows the old content?
even after you change to test. 444444444444 ? with the last modfied date matching your new file modified time?
it shows the old file content and old modified date until after a few minutes when the new data show up. this is three requests after eachother, first one with no changes, second after changing the file, and third request after the new file is actually being served. i still don't see any weird things going on there.
started....
WWWConnect::Connect("ut.xxx.se","80")\n
IP = "172.20.50.40:80"\n
source port: 2824\r\n
REQUEST: **************\n
GET /webkit/update_of_70/offer/test.html HTTP/1.1\r\n
Host: ut.xxx.se\r\n
Accept: */*\r\n
\r\n
RESPONSE: **************\n
HTTP/1.1 200 OK\r\n
Server: Microsoft-IIS/5.0\r\n
X-Powered-By: ASP.NET\r\n
Cache-Control: no-cache\r\n
Date: Mon, 09 Oct 2006 12:26:15 GMT\r\n
Content-Type: text/html\r\n
Accept-Ranges: bytes\r\n
Last-Modified: Mon, 09 Oct 2006 12:24:33 GMT\r\n
ETag: "324d9ee09debc61:d8f"\r\n
Content-Length: 30\r\n
\r\n
<html>\r\n
\ttest 1234567\r\n
</html>
WWWConnect::Close("ut.xxx.se","80")\n
closed source port: 2824\r\n
finished.
started....
WWWConnect::Connect("ut.xxx.se","80")\n
IP = "172.20.50.40:80"\n
source port: 2857\r\n
REQUEST: **************\n
GET /webkit/update_of_70/offer/test.html HTTP/1.1\r\n
Host: ut.xxx.se\r\n
Accept: */*\r\n
\r\n
RESPONSE: **************\n
HTTP/1.1 200 OK\r\n
Server: Microsoft-IIS/5.0\r\n
X-Powered-By: ASP.NET\r\n
Cache-Control: no-cache\r\n
Date: Mon, 09 Oct 2006 12:26:26 GMT\r\n
Content-Type: text/html\r\n
Accept-Ranges: bytes\r\n
Last-Modified: Mon, 09 Oct 2006 12:24:33 GMT\r\n
ETag: "324d9ee09debc61:d8f"\r\n
Content-Length: 30\r\n
\r\n
<html>\r\n
\ttest 1234567\r\n
</html>
WWWConnect::Close("ut.xxx.se","80")\n
closed source port: 2857\r\n
finished.
started....
WWWConnect::Connect("ut.xxx.se","80")\n
IP = "172.20.50.40:80"\n
source port: 2996\r\n
REQUEST: **************\n
GET /webkit/update_of_70/offer/test.html HTTP/1.1\r\n
Host: ut.xxx.se\r\n
Accept: */*\r\n
\r\n
RESPONSE: **************\n
HTTP/1.1 200 OK\r\n
Server: Microsoft-IIS/5.0\r\n
X-Powered-By: ASP.NET\r\n
Cache-Control: no-cache\r\n
Date: Mon, 09 Oct 2006 12:27:22 GMT\r\n
Content-Type: text/html\r\n
Accept-Ranges: bytes\r\n
Last-Modified: Mon, 09 Oct 2006 12:26:22 GMT\r\n
ETag: "497298219eebc61:d8f"\r\n
Content-Length: 33\r\n
\r\n
<html>\r\n
\ttest 1234567890\r\n
</html>
WWWConnect::Close("ut.xxx.se","80")\n
closed source port: 2996\r\n
finished.