mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-14 03:22:06 +01: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.