cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Re-using handles

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Tue, 16 Aug 2005 00:17:53 +0200 (CEST)

On Mon, 15 Aug 2005, Tomas Franzén wrote:

> I'm using libcurl to download a file over HTTP using the multi interface.
> When I'm done, I want to re-use the connection, so I remove the easy handle,
> change some options, and re-add it again (as the docs state I should). But
> the second transfer never starts; curl_multi_perform returns 0, and the
> number of running handles is 0, too.
>
> I'm using curl 7.13.1 on Mac OS X 10.4.2.
> Any idea of what the cause could be?

Hm, it certainly sounds like the right way to me.

Any chance you can write up a small test app source code that demonstrates the
problem (against public URLs) ?

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2005-08-16