]> granicus.if.org Git - curl/commit
bugfix: Don't block waiting for socket1 connect.
authorBjörn Stenberg <bjorn@haxx.se>
Tue, 29 Oct 2013 13:43:01 +0000 (14:43 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 29 Oct 2013 21:52:07 +0000 (22:52 +0100)
commit255826c40f9316dbd0319853a791bc8079c5dd20
tree52ac00f4bcd23a388d7b010803fe5832bcf0378a
parent1d0eead969aafe491adbd48624cd57a6ee0b72e7
bugfix: Don't block waiting for socket1 connect.

This patch fixes a bug in Happy Eyeballs where curl would wait for a
connect response from socket1 before checking socket2.

Also, it updates error messages for failed connections, showing the ip
addresses that failed rather than just the host name repeatedly.

Bug: http://curl.haxx.se/mail/lib-2013-10/0236.html
Reported-by: Paul Marks
lib/connect.c