Trying to make multiple HTTP requests using multi interface
with CURLMOPT_MAX_TOTAL_CONNECTIONS set to 1 will result in the requests
being serialized, one at a time.
Is there a way (API feature) to limit how long the request will take,
including the time it waits in the internal queue of multi handle (e.g.
after it is added using curl_multi_add_handle)?
By using CURLOPT_TIMEOUT we can only set the transfer timeout, which
doesn't include the time it waits for the transfer to begin.

Regards,
Andrei
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.se/mail/etiquette.html

Reply via email to