MINOR: stats: Don't add end-of-data marker and trailers in the HTX response
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 21 Nov 2018 12:51:07 +0000 (13:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 1 Dec 2018 16:37:27 +0000 (17:37 +0100)
commitb1b0821e8e935902e1b0360b4022ad107d378c4d
tree1d2b3098701ef2e2a61b21dd919f84ec2ebb11f9
parent14e88252f22d5064c4d4a13dc8d62aff98816c83
MINOR: stats: Don't add end-of-data marker and trailers in the HTX response

Because the mux H1 is able to handle these blocks by itself, it is easier to
ignore them in the stats applet.
src/stats.c