]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: mworker: stop proxies which have no listener in the master
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 3 Dec 2018 19:34:44 +0000 (20:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 4 Dec 2018 04:54:33 +0000 (05:54 +0100)
commit2fd45fae46823bb2ce059e2e5ca4db40db1c49af
treed627be8c75a5f695dd8d5037c5c4ef7a52af0e3e
parente064a80fa37f57d0e96813af636c3152c5ac8c04
BUG/MEDIUM: mworker: stop proxies which have no listener in the master

The previous code was only stopping the listeners in the master, not the
entire proxy.

Since we now have a polling loop in the master, there might be some side
effects, indeed some things that are still initialized. For example the
checks were still running.
src/haproxy.c