BUG/MINOR: stats: Fix the name for the total number of streams created
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 4 Oct 2024 13:44:39 +0000 (15:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Nov 2024 17:59:58 +0000 (18:59 +0100)
commitaa35557e76bac47fa81e271c5c3d2a566ce56bb3
treeaeadddc7c5e7fc5ca0dd25992c60080a65536f4b
parentacc009f882d22e4a20b8de561037bc5761050a9e
BUG/MINOR: stats: Fix the name for the total number of streams created

Because of a copy/paste error, CurrStreams was reused by mistake. It should
be "CumStreams"

No backports needed.

(cherry picked from commit 131b877565db423930909f0c26f25e000cbd6e3b)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/stats.c