cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Re: to be put on mailing list

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 13 Mar 2006 09:56:42 +0100 (CET)

On Thu, 9 Mar 2006, sujata singh wrote:

Please use a sensible subject in mails.

> I am trying to implement multiple curl handles in one program. Each curl
> handle is intended to be used for an exculsive URL address and have a
> persistent connection. I am finding that even though I can use the same curl
> handle, I have to reset the URL address for it between different calls to
> get to the right destination.

That would mean you've found a libcurl bug as it is not supposed to work like
this, and looking at the code I fail to see how it can work like that...

Can you please show us a short fully working example source code that shows
this problem happen?

> Now my question is that don't each curl handle have a unique URL address
> associated with it?

Of course each handle has its own unique URL.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2006-03-13