cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Strange proxy hang

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 20 Dec 2001 00:30:18 +0100 (MET)

On Wed, 19 Dec 2001, Björn Stenberg wrote:

> Here's another strange proxy problem. This time I don't think it's just an
> undocumented feature. ;-)
>
> Testing on freshly built 7.9.2:
>
> $ echo $http_proxy
> int-proxy1:8080
> $ src/curl -O http://curl.haxx.se/programs/comhemlogin.txt
> * Connected to int-proxy1.siemens.se (146.253.180.241)

[snip]

> (Curl is waiting forever for proxy close (?) so I press Ctrl-C.)

> $ src/curl -x int-proxy1:8080 -O http://curl.haxx.se/programs/comhemlogin.txt
> * Connected to int-proxy1.siemens.se (146.253.180.241)

[snip]

> (No hang, no wait, instant success.)

If you slap on a -i, do you get identical headers as well? Is this behavior
repeatable every time? If so, can you rebuild and make some debugging on
this?

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2001-12-20