]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: stats/htx: Call channel_add_input() when response headers are sent
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Feb 2019 15:28:48 +0000 (16:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Mar 2019 13:33:38 +0000 (14:33 +0100)
commit1e2d63641367fb66b3af5f6ef7d3cd7b295a7cc7
tree81a293c0cb77f0c3f61a4de54bf8ba1109c127c5
parent269223886db08d4bf8fc038e0794f181b939ce3d
BUG/MINOR: stats/htx: Call channel_add_input() when response headers are sent

This function will only increment the total amount of bytes read by a channel
because at this stage there is no fast forwarding. So the bug is pretty limited.

This patch must be backported to 1.9.
src/stats.c