]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: startup slowstart task when using seamless reload of HAProxy
authorBaptiste Assmann <bedis9@gmail.com>
Thu, 17 Sep 2015 20:53:59 +0000 (22:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 19 Sep 2015 15:05:28 +0000 (17:05 +0200)
commit6076d1c02d2c19704e891cba4cc0f1dabb77fe25
tree01c5d2fbfc3ce16240a15a31fd3ddb7fa36ea9be
parentfecd2b53af43c4504a7d345a30d9f98954801167
MINOR: server: startup slowstart task when using seamless reload of HAProxy

This patch uses the start up of the health check task to also start
the warmup task when required.

This is executed only once: when HAProxy has just started up and can
be started only if the load-server-state-from-file feature is enabled
and the server was in the warmup state before a reload occurs.
src/checks.c
src/server.c