RE: [PATCH] connect: Try all addresses in first connection attempt

2013-12-28 Thread Steve Holme
On Sat, 28 Dec 2013, Björn Stenberg wrote: > [PATCH] connect: Try all addresses in first connection attempt Many thanks Björn. Hotmail messed up the patch for me a little bit but I think I got there in the end. I reworked the commit comments a little and pushed as commit 4e1ece2e44f432. K

[PATCH] connect: Try all addresses in first connection attempt

2013-12-28 Thread Björn Stenberg
Bug: If all addresses in the first family fails immediately (due to "Network unreachable" for example), curl will hang and never try the next address family. (curl bug #1315) Fix: Iterate through all address families when to trying establish the first connection attempt. Reported-by: Michał Górny