On Wed, 9 Oct 2013, David Strauss wrote:
In Curl_connecthost(), there's a loop to call singleipconnect() for each
address. This loop breaks when it gets a non-bad file descriptor. But, 99%
of libcurl invocations use non-blocking sockets, especially in the current
era of even the "easy" interfa
In Curl_connecthost(), there's a loop to call singleipconnect() for
each address. This loop breaks when it gets a non-bad file descriptor.
But, 99% of libcurl invocations use non-blocking sockets, especially
in the current era of even the "easy" interface using the "multi"
back-end.
This effective