cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: correct usage of curl_multi_setopt(_multi, CURLMOPT_SOCKETFUNCTION, _sock_cb); / curl_multi_remove_handle / curl_easy_cleanup

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 14 Jan 2014 10:47:35 +0100 (CET)

On Tue, 14 Jan 2014, Daniel Stenberg wrote:

> Just don't remove/close any handle because a file descriptor is removed. A
> handle can use no, one or more file descriptors (and it can certainly change
> them through its life time) and you should keep the file descriptor
> "attached" to the multi handle until it reports as completed - at least if
> you want to perform the complete transfer.

Blah, I'm a sloppy writer so it turns out confusing. For the later part of the
above I meant to say:

  "you should keep the easy handle attached to the multi handle until it
  reports as completed"

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2014-01-14