MINOR: stats: shows proxy in a stopped state
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 3 Aug 2021 11:18:11 +0000 (13:18 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 3 Aug 2021 12:17:45 +0000 (14:17 +0200)
commit85a16b2ba22102eb216f7c39ae09be2de9f81a47
tree87e620c203037d0f01946cb10df801fda017fff4
parent8e765b86fd702d4c25d9bfadba12167d38293fab
MINOR: stats: shows proxy in a stopped state

Previous patch b5c0d65 ("MINOR: proxy: disabled takes a stopping and a
disabled state") allows us to set 2 states for a stopped or a disabled
proxy. With this patch we are now able to show the stats of all proxies
when the process is in a stopping states, not only when there is some
activity on a proxy.

This patch should fix issue #1307.
src/stats.c