curl_multi_cleanup

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.

extern (C)
curl_multi_cleanup

Return Value

Type: CURLMcode

CURLMcode type, general multi error code.

Meta