commit | b4badf720ce484001f606011aee7cd216e5ce4e3 | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Thu Nov 19 22:38:33 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Feb 24 21:58:45 2021 +0100 |
tree | da7194bf69b552292105345a59a89a43a7b08716 | |
parent | a331a1e8eb2ad4750711a477ca3e22d940495faf [diff] |
BUG/MINOR: resolvers: new callback to properly handle SRV record errors When a SRV record was created, it used to register the regular server name resolution callbacks. That said, SRV records and regular server name resolution don't work the same way, furthermore on error management. This patch introduces a new call back to manage DNS errors related to the SRV queries. this fixes github issue #50. Backport status: 2.3, 2.2, 2.1, 2.0