]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: stats: fix show stats field ctx for servers
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 2 Feb 2023 17:13:30 +0000 (18:13 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 6 Feb 2023 06:53:03 +0000 (07:53 +0100)
commit28a23617cebbb0c516eeec944e18ba20db72184f
treeba136c049af07166bb375b5de1294bcd71c876fd
parent9b07d4fecd9451ad1e373c6c52c0547885c29920
BUG/MINOR: stats: fix show stats field ctx for servers

In ("MINOR: stats: introduce stats field ctx"), we forgot
to apply the patch to servers.

This prevents "BUG/MINOR: stats: fix show stat json buffer limitation"
from working with servers dump.

We're adding the missing part related to servers dump.

This commit should be backported with the aforementioned commits.
src/stats.c