Ian Simonson a6d1ef64d7 tcpConnectToHost try all addresses in AddressList
The AddressList returned can contain more than one item
e.g. the ipv4 and ipv6 addresses for a given hostname.
Previously if a server had multiple addresses but
was not listening on one of them Zig would give up
immediately.

Now on std.os.ConnectError.ConnectionRefused Zig will
try the next address in the list. Zig still gives up on
all other errors as they are related to the system and
system resources rather than whether the remote server
is listening on a particular address.
2020-06-07 22:39:35 +10:00
..
2020-04-28 19:11:31 -06:00
2020-04-28 19:11:31 -06:00
2020-05-06 17:08:49 +05:00
2020-05-24 10:04:09 -04:00
2020-05-24 10:04:09 -04:00
2020-06-07 22:39:35 +10:00
2020-06-02 00:56:05 -04:00
2020-01-29 22:22:01 -06:00
2020-04-04 17:37:51 -04:00
2020-06-02 14:56:19 -04:00
2020-05-25 19:46:28 -04:00
2020-06-04 13:11:23 +03:00
2020-02-16 13:25:30 -05:00
2020-05-29 18:30:09 -04:00
2020-05-28 23:10:16 -04:00
2020-05-24 10:04:09 -04:00
2020-02-22 12:44:21 +01:00
2020-05-01 06:47:20 -04:00
2020-05-26 23:26:19 -07:00
2020-05-08 15:10:38 +03:00
2020-05-29 18:30:09 -04:00
2020-05-05 09:38:02 -06:00
2020-05-26 21:34:55 -07:00
2020-06-01 14:43:13 -04:00