NAME
curlmultiremovehandle - remove an easy handle from a multi session
SYNOPSIS
#include
CURLMcode curlmultiremovehandle(CURLM *multihandle, CURL *easyhan-
dle);DESCRIPTION
Removes a given easyhandle from the multihandle. This will make the specified easy handle be removed from this multi handle's control. When the easy handle has been removed from a multi stack, it is again perfectly legal to invoke curleasyperform() on this easy handle. Removing a handle while being used, will effectively halt all transfers in progress. RREETTUURRNN VVAALLUUEE CURLMcode type, general libcurl multi interface error code.SEE ALSO
ccuurrllmmuullttiicclleeaannuupp(3),ccuurrllmmuullttiiiinniitt(3) libcurl 7.9.5 6 March 2002 curlmultiremovehandle(3)