]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: proxy: protect "show servers ..." against backend deletion
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 21 Jul 2026 14:27:46 +0000 (16:27 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 21 Jul 2026 14:58:20 +0000 (16:58 +0200)
commit6c8b1d2eeb2547e407b7819619228327303ef603
tree0dadf2e1a70fe614290529fae6e191af45089600
parent282ac06d81462b0f78fb5cf7972ab567b123e575
BUG/MEDIUM: proxy: protect "show servers ..." against backend deletion

This patch is a direct follow up of the previous one which fixes
commands "show servers conn/state". The current patch ensures that these
commands are safe even with task yielding and backend deletion in
parallel. This is also based on the watcher mechanism.

This must be backported up to 3.4.
src/proxy.c