]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: listener: move maxaccept from listener to bind_conf
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Jan 2023 17:52:23 +0000 (18:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Feb 2023 17:00:20 +0000 (18:00 +0100)
commit882f2485a1f79f30082714958fe6bb141462f83f
tree319df632e8e2223f7987db07ef4af04b1f779e7f
parentee378165fbec985725a2ef9b9bd0137d9439e041
MINOR: listener: move maxaccept from listener to bind_conf

Like for previous values, maxaccept is really per-bind_conf, so let's
move it there. Some frontends (peers, log) set it to 1 so the assignment
was slightly moved.
include/haproxy/listener-t.h
src/cfgparse.c
src/listener.c
src/log.c