On Wed, 11 May 2011, Eoin ó Fearghail wrote:
https://github.com/bagder/curl/blob/master/lib/url.c#L2677Is there a reason that a timeout, [even a large] one is not passed into the invocation of Curl_socket_ready ? sval = Curl_socket_ready(sock, CURL_SOCKET_BAD, 0); It seems unlikely that you'd want to wait forever!
That 0 is treated as no timeout. -- / daniel.haxx.se
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
