Sortix 1.1dev ports manual
This manual documents Sortix 1.1dev ports. You can instead view this document in the latest official manual.
curl_multi_cleanup(3) | libcurl Manual | curl_multi_cleanup(3) |
NAME
curl_multi_cleanup - close down a multi sessionSYNOPSIS
#include <curl/curl.h>DESCRIPTION
Cleans up and removes a whole multi stack. It does not free or touch any individual easy handles in any way - they still need to be closed individually, using the usual curl_easy_cleanup(3) way. The order of cleaning up should be:RETURN VALUE
CURLMcode type, general libcurl multi interface error code. On success, CURLM_OK is returned.SEE ALSO
curl_multi_init(3),curl_easy_cleanup(3),curl_easy_init(3)August 9, 2018 | libcurl 7.69.0 |