lpraneis ae2d521664
Add ability to specify multiple IP addresses for resolver overrides (#1622)
This change allows the `ClientBuilder::resolve_to_addrs` method to accept a
slice of `SocketAddr`s for overriding resolution for a single domain.
Allowing multiple IPs more accurately reflects behavior of `getaddrinfo`
and allows users to rely on hyper's happy eyeballs algorithm to connect
to a host that can accept traffic on IPv4 and IPv6.
2022-09-19 13:53:36 -07:00
..
2021-08-26 13:42:46 -07:00
2020-02-19 12:49:11 -08:00
2020-02-06 10:17:40 -08:00
2020-02-19 12:49:11 -08:00