curl_multi_remove_handleSection: libcurl Manual (3)Updated: 6 March 2002 |
curl_multi_remove_handleSection: libcurl Manual (3)Updated: 6 March 2002 |
CURLMcode curl_multi_remove_handle(CURLM *multi_handle, CURL *easy_handle);
When the easy handle has been removed from a multi stack, it is again perfectly legal to invoke curl_easy_perform() on this easy handle.
Removing a handle while being used, will effectively halt all transfers in progress.