mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-01 11:10:59 +02:00
Ensures proxies iteration in promex applet is safe via a new watcher member. The principle is similar to the one already used for servers iteration. Note that ctx.p[0] is not updated anymore at the end of a function, as this is automatically done via the watcher itself.