commit | 16c9ca94ef123726c39c3631622128b8d82b9f7a | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Thu Dec 15 14:24:30 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 15 16:53:49 2022 +0100 |
tree | ccbe720edd4136a417b689402e8f89825f0f67a1 | |
parent | 42b18fb64522a20f58997782ccddc310c09958d8 [diff] |
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.