]> git.kaiwu.me - haproxy.git/commit
MINOR: proxy: prevent backend removal when unsupported
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 6 Jan 2026 15:38:05 +0000 (16:38 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 2 Mar 2026 13:08:30 +0000 (14:08 +0100)
commit7bf3020952952bd2fbe8cce0f2bdf16bc0caf259
tree1b57e260d8dbe88afeb82f6a9d41b51f888dce1f
parentad1e00b2ac5d3d4a6cc1cb6834be4277185f6c2d
MINOR: proxy: prevent backend removal when unsupported

Prevent removal of a backend which relies on features not compatible
with dynamic backends. This is the case if either dispatch or
transparent option is used, or if a stick-table is declared.

These limitations are similar to the "add backend" ones.
doc/management.txt
src/proxy.c