cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Fetching multiple pages at once after HTTP CONNECT

From: Khoa Nguyen <khoa.coffee_at_gmail.com>
Date: Tue, 1 Nov 2005 15:03:30 +0000

It turned out that the server doesn't have KeepAlive enabled. It changed it
and it works perfectly!
Thanks,
Khoa

On 10/30/05, Daniel Stenberg <daniel_at_haxx.se> wrote:
>
> On Mon, 31 Oct 2005, Daniel Stenberg wrote:
>
> > I'm testing this with the latest curl version and I seem to be able to
> > produce the problem as well.
>
> Strike that. I just added test case 275 that uses a proxy to do a CONNECT
> through it, and then it gets two URLS from the same server and it works
> just
> fine.
>
> Either you use a curl version with a problem to do this and then you could
> just upgrade. Or your server or proxy closes the connection and then curl
> must
> make a second CONNECT.
>
> --
> Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
>
Received on 2005-11-01