]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stats: make show info json future-proof
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 15 Dec 2022 13:24:30 +0000 (14:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 15 Dec 2022 15:53:49 +0000 (16:53 +0100)
commit16c9ca94ef123726c39c3631622128b8d82b9f7a
treeccbe720edd4136a417b689402e8f89825f0f67a1
parent42b18fb64522a20f58997782ccddc310c09958d8
MINOR: stats: make show info json future-proof

This is a follow up of "BUG/MINOR: stats: fix show stat json buffer limitation"

However this time this is purely preemptive as we did not reach the buffer
limitation yet. But now is the proper time so that this won't be an issue
in the upcoming versions.

No backport needed.
src/stats.c