]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: stats: Remove a break preventing ST_F_QCUR to be set for servers
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Jan 2021 11:48:32 +0000 (12:48 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Jan 2021 11:48:38 +0000 (12:48 +0100)
commit399bf72f66580ccc50cee51331c7af92d2833c6d
tree5d160e272348f4e2c548df8c6daece2027bda164
parent7f0f4786d1927f1450392e871480e3122796024e
BUG/MINOR: stats: Remove a break preventing ST_F_QCUR to be set for servers

There is an extra break statement wrongly placed in stats_fill_sv_stats()
function, just before filling the ST_F_QCUR field. It prevents this field to
be set to the right value for servers.

No backport needed except if commit 3a9a4992 ("MEDIUM: stats: allow to
select one field in `stats_fill_sv_stats`") is backported.
src/stats.c