]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: stats: show backend may show an empty or incomplete result
authorCyril Bonté <cyril.bonte@free.fr>
Fri, 6 May 2016 10:18:49 +0000 (12:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2016 10:28:43 +0000 (12:28 +0200)
commit6ca9e01ab2c35c0e6890c7aa6712b0e13ded3db0
tree9fdf5c0ae845ff7f4da0ccd0ef0e84c0e42b49b1
parent76a99784f4ced2529e35469ccaa8e803ca397e86
BUG/MEDIUM: stats: show backend may show an empty or incomplete result

This is the same issue as "show servers state", where the result is incorrect
it the data can't fit in one buffer. The similar fix is applied, to restart
the data processing where it stopped as buffers are sent to the client.

This fix should be backported to haproxy 1.6
include/types/applet.h
src/dumpstats.c