cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Strange proxy hang

From: Björn Stenberg <bjorn_at_haxx.se>
Date: Thu, 20 Dec 2001 10:04:38 +0100 (CET)

Daniel Stenberg wrote:

> If you slap on a -i, do you get identical headers as well?

Yes:

$ src/curl -i http://curl.haxx.se/programs/comhemlogin.txt
HTTP/1.0 200 OK
Date: Thu, 20 Dec 2001 08:47:14 GMT
Server: Apache/1.3.17 (Unix) PHP/4.0.4pl1
Last-Modified: Sun, 18 Feb 2001 19:25:13 GMT
ETag: "1ebf74-48f-3a902199"
Accept-Ranges: bytes
Content-Length: 1167
Content-Type: text/plain; charset=iso-8859-1
X-Cache: MISS from ext-proxy1.xxxx.xx
X-Cache: MISS from int-proxy1.xxxx.xx
Proxy-Connection: keep-alive

<snip>

$ src/curl -x int-proxy1:8080 -i http://curl.haxx.se/programs/comhemlogin.txt
HTTP/1.0 200 OK
Date: Thu, 20 Dec 2001 08:46:37 GMT
Server: Apache/1.3.17 (Unix) PHP/4.0.4pl1
Last-Modified: Sun, 18 Feb 2001 19:25:13 GMT
ETag: "1ebf74-48f-3a902199"
Accept-Ranges: bytes
Content-Length: 1167
Content-Type: text/plain; charset=iso-8859-1
X-Cache: MISS from ext-proxy1.xxxx.xx
X-Cache: MISS from int-proxy1.xxxx.xx
Proxy-Connection: keep-alive

<snip>

> Is this behavior repeatable every time?

Yes.

> If so, can you rebuild and make some debugging on this?

Sure. What do I do?

/Björn
Received on 2001-12-20