]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: dns: inapropriate way out after a resolution timeout
authorBaptiste Assmann <bedis9@gmail.com>
Wed, 6 Jan 2016 00:53:46 +0000 (01:53 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Apr 2016 03:56:11 +0000 (05:56 +0200)
commit382824c475e921f065c4e1a339a2577cbac21808
treeb9262676f5b8daf40519c5ebee75f710f7152e9a
parent692c9386db9a5ddfae166c373ec2b5a7dde14a19
BUG/MINOR: dns: inapropriate way out after a resolution timeout

A bug leading HAProxy to stop DNS resolution when multiple servers are
configured and one is in timeout, the request is not resent.
Current code fix this issue.

backport status: 1.6 and above
src/dns.c