]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: stats/htx: Remove channel's output when the request is eaten
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 19 Nov 2018 20:58:10 +0000 (21:58 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Nov 2018 13:31:44 +0000 (14:31 +0100)
commit9b95d311229d2e2389a1552ffc8ce8d451e2ec51
tree10fab96cf37f12f713351d0d0ad3cd1e59f456ef
parent9c388400550cdaf2dac2cc78648c2f17cffea966
BUG/MINOR: stats/htx: Remove channel's output when the request is eaten

The request is eaten when the stats applet have finished to send its
response. It was removed from the channel's buffer, removing all HTX blocks till
the EOM. But the channel's output was not reset, leaving the request channel in
an undefined state.
src/stats.c