]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: dns: trigger a DNS query type change on resolution timeout
authorBaptiste Assmann <bedis9@gmail.com>
Wed, 6 Jan 2016 01:01:59 +0000 (02:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Apr 2016 03:56:11 +0000 (05:56 +0200)
commit060e57301db98853eef91b344b6ace187b657190
treebbc6139452332ccb66dc45e9690fc9a671e9a6c6
parent382824c475e921f065c4e1a339a2577cbac21808
BUG/MINOR: dns: trigger a DNS query type change on resolution timeout

After Cedric Jeanneret reported an issue with HAProxy and DNS resolution
when multiple servers are in use, I saw that the implementation of DNS
query type update on resolution timeout was not implemented, even if it
is documented.

backport: 1.6 and above
src/dns.c