On Mon, 12 Jul 2010, Alfred Gebert wrote:

libcurl can't create additional outgoing TCP/IP connections because it
runs out of available port numbers for the IP address.

Really? libcurl's return code 7 is a connect failure, and by that time it already got a socket to use. The _server_ however tries to create a new socket at connect time and may fail if it runs out of them...

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to