mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-16 02:02:00 +02:00
srv_append_status() has become a swiss-knife function over time. It is used from server code and also from checks code, with various inputs and distincts code paths, making it very hard to guess the actual behavior of the function (resulting string output). To simplify the logic behind it, we're dividing it in multiple contextual functions that take simple inputs and do explicit things, making them more predictable and easier to maintain.
4.7 KiB
4.7 KiB