]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: dns: DNS resolution doesn't start
authorBaptiste Assmann <bedis9@gmail.com>
Thu, 3 Sep 2015 08:59:39 +0000 (10:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 Sep 2015 08:51:22 +0000 (10:51 +0200)
commitf0d9370f6b6696b5fdcf3e0f1741e6e4a16a7b0f
treeb79ea0dd93e95dc239f7abf8dcb37688449f6513
parent189363e35a228835c7d96f3865f20acecd9c2975
BUG/MEDIUM: dns: DNS resolution doesn't start

Patch f046f1156149d3d8563cc45d7608f2c42ef5b596 introduced a regression:
DNS resolution doesn't start anymore, while it was supposed to make it
start with first health check.

Current patch fix this issue by triggering a new DNS resolution if the
last_resolution time is not set.
src/checks.c