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.
CURLMcode type, general multi error code.
See Implementation
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.