]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: server: initialize the orphaned conns lists and tasks at the end
authorWilly Tarreau <w@1wt.eu>
Thu, 7 Feb 2019 13:59:29 +0000 (14:59 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 7 Feb 2019 14:08:13 +0000 (15:08 +0100)
commit980855bd953c1507ae479bf1262d4ef984830066
treefd30ba33be0b3563f9b4d50f046a75557fd27672
parent835daa119e75a54689375da9c77e5d0e6bd7362f
BUG/MEDIUM: server: initialize the orphaned conns lists and tasks at the end

This also depends on the nbthread count, so it must only be performed after
parsing the whole config file. As a side effect, this removes some code
duplication between servers and server-templates.

This must be backported to 1.9.
include/proto/server.h
src/cfgparse.c
src/server.c