mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-02-13 13:21:35 +01:00
The stats handler used to store internal states in s->ana_state. Now we only rely on si->st0 in which we can store as many states as we have possible outputs. This cleans up the stats code a lot and makes it more maintainable. It has also reduced code size by a few hundred bytes.