]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: listener: do not restrict CLI to first group anymore
authorWilly Tarreau <w@1wt.eu>
Sat, 22 Apr 2023 20:27:31 +0000 (22:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 23 Apr 2023 07:46:15 +0000 (09:46 +0200)
commitc38499ceae0b77b912e2a8f3a790496855022b96
tree35e7b905c3c2d2500146c3c57f69e02d003153ed
parentf1003ea7fae8de9aabf9471b2bf8afcfcffbc542
MINOR: listener: do not restrict CLI to first group anymore

Now that we're able to run listeners on any set of groups, we don't need
to maintain a special case about the stats socket anymore. It used to be
forced to group 1 only so as to avoid startup failures in case several
groups were configured, but if it's done now, it will automatically bind
the needed FDs to have one per group so this is no more an issue.
src/listener.c