I think at the moment there is no timeout for the HTTP procedures.
Today I used HTTPRequestMemory() to access a REST API. Something went wrong and the programm hangs inside the procedure.
Without timeout I have always to use the asynchronous methode and use an own timeout.
Code: Select all
curl_easy_setopt(CURL *handle, CURLOPT_TIMEOUT, long timeout)
Code: Select all
curl_easy_setopt(CURL *handle, CURLOPT_TIMEOUT_MS, long timeout)