cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: How to list easy handles from a multi handle

From: Jeroen Ooms <jeroenooms_at_gmail.com>
Date: Fri, 3 Jun 2016 18:49:33 +0200

On Wed, Jun 1, 2016 at 11:37 PM, Daniel Stenberg <daniel_at_haxx.se> wrote:
>> Is there an easy way to, at any given point, to list all easy-handles
>> which are currently added to the multi handle? Or do we need to keep track
>> of this ourselves?
>
> There's currently no such way, no. But it sounds like something that I could
> agree with being useful! =)

OK so that's not helping me right now :-) Another approach: is it
legal to call curl_multi_remove_handle() with an easy handle that was
already removed earlier from the multi handle? What would be the
expected response code?

Is it legal to call curl_multi_remove_handle with an easy handle that
was never added to this multi handle in the first place?
-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-06-03