cURL / Mailing Lists / curl-library / Single Mail

curl-library

curl_easy_reset and curl_multi_remove_handle

From: sandeep a <sandeep.a.sastry_at_gmail.com>
Date: Mon, 12 Dec 2011 20:03:10 +0400

Hello,

I have a simple question as below:

once I create a multi-handle using curl_multi_init() then, I do a
curl_easy_init() followed by curl_multi_add_handle(), followed by
curl_multi_perform().

Having said that, If I want to re-use the same easy-handle(which I added to
the multi-handle) do I need to call curl_multi_remove_handle() and then
again curl_multi_add_handle(), before calling curl_easy_reset()?

Thanks & Regards,
Sandeep

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-12-12