And now, finally, the ultimate real-life test with proxy-cache, timestamping and
contentdisposition, where HEAD and GET have different timestamps.

And this is perfectly correct now !!!!!

So it looks now to me, that the new error (local timestamp not set to remote)
only occurs in the cases when no HEAD is used.

Best regards,  J.Roderburg


HEAD -p http://wwwcache.uni-koeln.de:8080
http://download.lavasoft.com/public/core.zip

200 OK
Date: Thu, 30 Aug 2007 09:31:35 GMT
Accept-Ranges: bytes
Age: 361684
ETag: "3014d-233e3c-cbcb000"
Server: Apache/2.0.55 (Ubuntu) mod_ssl/2.0.55 OpenSSL/0.9.8a
Content-Length: 2309692
Content-Type: application/zip
Last-Modified: Mon, 27 Aug 2007 13:08:16 GMT
Client-Date: Mon, 03 Sep 2007 13:59:39 GMT
Client-Response-Num: 1
Proxy-Connection: close
X-Cache: HIT from wwwcache.uni-koeln.de


HEAD http://download.lavasoft.com/public/core.zip

200 OK
Connection: close
Date: Mon, 03 Sep 2007 14:00:48 GMT
Accept-Ranges: bytes
ETag: "3016f-275cfc-f35fc640"
Server: Apache/2.0.55 (Ubuntu) mod_ssl/2.0.55 OpenSSL/0.9.8a
Content-Length: 2579708
Content-Type: application/zip
Last-Modified: Mon, 03 Sep 2007 08:28:01 GMT
Client-Date: Mon, 03 Sep 2007 14:00:48 GMT
Client-Response-Num: 1


wget.111-svn-0709 --debug http://download.lavasoft.com/public/core.zip

DEBUG output created by Wget 1.10+devel on linux-gnu.

--16:04:16--  http://download.lavasoft.com/public/core.zip
Resolving wwwcache.uni-koeln.de... 134.95.19.61
Caching wwwcache.uni-koeln.de => 134.95.19.61
Connecting to wwwcache.uni-koeln.de|134.95.19.61|:8080... connected.
Created socket 3.
Releasing 0x080889b8 (new refcount 1).

---request begin---
HEAD http://download.lavasoft.com/public/core.zip HTTP/1.0
User-Agent: Wget/1.10+devel
Accept: */*
Host: download.lavasoft.com

---request end---
Proxy request sent, awaiting response...
---response begin---
HTTP/1.0 200 OK
Date: Thu, 30 Aug 2007 09:31:35 GMT
Server: Apache/2.0.55 (Ubuntu) mod_ssl/2.0.55 OpenSSL/0.9.8a
Last-Modified: Mon, 27 Aug 2007 13:08:16 GMT
ETag: "3014d-233e3c-cbcb000"
Accept-Ranges: bytes
Content-Length: 2309692
Content-Type: application/zip
Age: 361961
X-Cache: HIT from wwwcache.uni-koeln.de
Proxy-Connection: close

---response end---
200 OK
Length: 2309692 (2.2M) [application/zip]
Closed fd 3
--16:04:16--  http://download.lavasoft.com/public/core.zip
Found wwwcache.uni-koeln.de in host_name_addresses_map (0x80889b8)
Connecting to wwwcache.uni-koeln.de|134.95.19.61|:8080... connected.
Created socket 3.
Releasing 0x080889b8 (new refcount 1).

---request begin---
GET http://download.lavasoft.com/public/core.zip HTTP/1.0
User-Agent: Wget/1.10+devel
Accept: */*
Host: download.lavasoft.com

---request end---
Proxy request sent, awaiting response...
---response begin---
HTTP/1.0 200 OK
Date: Mon, 03 Sep 2007 14:04:16 GMT
Server: Apache/2.0.55 (Ubuntu) mod_ssl/2.0.55 OpenSSL/0.9.8a
Last-Modified: Mon, 03 Sep 2007 08:28:01 GMT
ETag: "2370002-275cfc-f35fc640"
Accept-Ranges: bytes
Content-Length: 2579708
Content-Type: application/zip
X-Cache: MISS from wwwcache.uni-koeln.de
Proxy-Connection: close

---response end---
200 OK
Length: 2579708 (2.5M) [application/zip]
Saving to: `core.zip'

100%[=================================================>] 2,579,708    155K/s  
in 15s

Closed fd 3
16:04:31 (169 KB/s) - `core.zip' saved [2579708/2579708]


ls -l core.zip

-rw-r----- 1 a0045 RRZK 2579708 03.09.2007 10:28 core.zip

Reply via email to