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
[...]

Thursday, August 27th, 2009 at 02:17 | Comments Off
Categories: c
TOP