]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: listeners: remove the do_close argument to unbind_listener()
authorWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 13:55:23 +0000 (15:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 9 Oct 2020 16:41:56 +0000 (18:41 +0200)
commit75c98d166e03a153637d4ceb88cf5a2f46f80430
treee9f1e1c869931c5f375fe839ed687328f1422291
parent374e9af35840c0d6294036e0b6c82c3229dc255a
CLEANUP: listeners: remove the do_close argument to unbind_listener()

And also remove it from its callers. This subtle distinction was added as
sort of a hack for the seamless reload feature but is not needed anymore
since the do_close turned unused since commit previous commit ("MEDIUM:
listener: let do_unbind_listener() decide whether to close or not").
This also removes the unbind_listener_no_close() function.
include/haproxy/listener.h
src/listener.c
src/mworker.c
src/proto_uxst.c