]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: Do not always allow takeover across thread groups
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 6 Aug 2026 10:49:54 +0000 (12:49 +0200)
committerOlivier Houchard <cognet@ci0.org>
Fri, 7 Aug 2026 10:13:45 +0000 (12:13 +0200)
commitca48527dd9066dbfa12c324818f5f254a6902cd0
treef77ff6b62ad9a9f06f4aa257d45885cad8509df3
parent19d02b81f0952b65ebdbb8919501d2e5d6956765
MINOR: backend: Do not always allow takeover across thread groups

Instead of silently ignoring tune.idle-pool.shared. full
if tune.fd.tables per-thread-group is set, have an error at startup if
both are set, as they are incompatible.
src/cfgparse.c