]> git.kaiwu.me - haproxy.git/commit
MINOR: mworker: add a BUG_ON() on mproxy_li in _send_status
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 5 Mar 2026 14:54:13 +0000 (15:54 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 9 Mar 2026 15:51:56 +0000 (16:51 +0100)
commitbd3983b5950c4172ee4ad1643711cd45f3637428
tree24024e1182c0244e2daf10407e563604efbebe9d
parent520faedda08b0759e92b36590b90bdd8910448dd
MINOR: mworker: add a BUG_ON() on mproxy_li in _send_status

mproxy_li is supposed to be used in _send_status to stop the sockpair FD
between the master and the new worker, being a listener.

This can only work if the listener has been stored in the fdtab owner,
and there's no reason it shouldn't be here.
src/cli.c