1curl_multi_remove_handle(3)     libcurl Manual     curl_multi_remove_handle(3)
2
3
4

NAME

6       curl_multi_remove_handle - remove an easy handle from a multi session
7

SYNOPSIS

9       #include <curl/curl.h>
10
11       CURLMcode curl_multi_remove_handle(CURLM *multi_handle, CURL *easy_han‐
12       dle);
13

DESCRIPTION

15       Removes a given easy_handle from the multi_handle. This will  make  the
16       specified easy handle be removed from this multi handle's control.
17
18       When  the  easy handle has been removed from a multi stack, it is again
19       perfectly legal to invoke curl_easy_perform(3) on this easy handle.
20
21       Removing an easy handle while being used is perfectly  legal  and  will
22       effectively  halt  the transfer in progress involving that easy handle.
23       All other easy handles and transfers will remain unaffected.
24

RETURN VALUE

26       CURLMcode type, general libcurl multi interface error code.
27

SEE ALSO

29       curl_multi_cleanup(3),curl_multi_init(3), curl_multi_add_handle(3)
30
31
32
33libcurl 7.64.0                 February 03, 2016   curl_multi_remove_handle(3)
Impressum