curl_multi_cleanup

fnCURLMcode curl_multi_cleanup(CURLM * multi_handle)

Name: curl_multi_cleanup()

Desc: Cleans up and removes a whole multi stack. It does not free or touch any individual easy handles in any way. We need to define in what state those handles will be if this function is called in the middle of a transfer.

Returns

CURLMcode type, general multi error code.