Posts Tagged ‘curl_multi_remove_handle’
curl_multi_remove_handle – remove an easy handle from a multi session
USAGE
#include
CURLMcode curl_multi_remove_handle(CURLM *multi_handle, CURL *easy_han-
dle);
DESCRIPTION
Removes a given easy_handle from the multi_handle. This will make the
[...]
Categories: c
Tags: curl, curl_multi_remove_handle
