MINOR: httpclient: allow ipv4 or ipv6 preference for resolving
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 4 May 2022 13:59:44 +0000 (15:59 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 4 May 2022 14:14:42 +0000 (16:14 +0200)
commit7c5a7ef32b188b273a87116dc41b0896342fb1ae
tree347dca70e0b517e15e5dbfce0e4980a0b6e4cc4a
parent8a734cbae3ddfdc2ad14c9bb816ff8615263880e
MINOR: httpclient: allow ipv4 or ipv6 preference for resolving

The httpclient.resolvers.prefer global keyword allows to configure an
ipv4 or ipv6 preference when resolving. This could be useful in
environment where the ipv6 is not supported.
src/http_client.c