Posts Tagged ‘curl_multi_perform’
curl_multi_perform – reads/writes available data from each easy handle
USAGE
#include
CURLMcode curl_multi_perform(CURLM *multi_handle, int *running_han-
dles);
DESCRIPTION
When the app thinks there’s data available for [...]
Categories: c
Tags: curl, curl_multi_perform
