cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Multi cURL connect bug

From: Yehezkel Horowitz <horowity_at_checkpoint.com>
Date: Mon, 8 Jul 2013 06:44:22 +0000

> The goal of this email was to know if there's a way to distinguish these 2 cases, so a.php can make the appropriate decision.

Are you looking for something like curl_multi_info_read<http://curl.haxx.se/libcurl/c/curl_multi_info_read.html> ?

You can combine it with curl_multi_wait<http://curl.haxx.se/libcurl/c/curl_multi_wait.html> in order to easily handle all the async operations.

> We're currently using the 7.19.7 version of libcurl.

This is quite old, and you'll not be able to use curl_multi_wait (added in 7.28.0), but I see you are using curl_multi_select which probably do the job for you.

HTH

Yehezkel Horowitz

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-07-08