]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: mworker: don't set the PROC_O_LEAVING flag on master process
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 5 Mar 2026 15:29:37 +0000 (16:29 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 9 Mar 2026 15:51:56 +0000 (16:51 +0100)
commit1cbd1163f0da6225a41fd44cac24ce09228cb605
tree2c7b08a7bb32521866a1e8ee85e8b6d1b1686a64
parentbd3983b5950c4172ee4ad1643711cd45f3637428
BUG/MINOR: mworker: don't set the PROC_O_LEAVING flag on master process

The master process in the proc_list mustn't set the PROC_O_LEAVING flag
since the reload doesn't mean the master will leave.

Could be backported as far as 3.1.
src/mworker.c