]> granicus.if.org Git - curl/commit
Connect failures with the multi interface was often returned as "connect()
authorDaniel Stenberg <daniel@haxx.se>
Fri, 28 Jan 2005 23:21:24 +0000 (23:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 28 Jan 2005 23:21:24 +0000 (23:21 +0000)
commitf661475962213123b5e640db9744b23ea361ac65
tree208ca8ff189d78bab62c8541378f2dc98a023957
parent54b02ecf096cda299905b15ee6e9c386ba268def
Connect failures with the multi interface was often returned as "connect()
timed out" even though the reason was different. Fixed this problem by not
setting this timeout to zero when using multi.
CHANGES
lib/connect.c