]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: stats: Set conn-stream/channel EOI flags at the end of request
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 7 Mar 2022 14:52:42 +0000 (15:52 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 8 Mar 2022 17:24:16 +0000 (18:24 +0100)
commit3fa5d19d14e70986d366e7c21554a434c1daa64b
treeb01058d473adb5bf84f3f5af0326b2f975280813
parentd8d2708cfef417e3c4e2f627089b49e030ebbe80
BUG/MINOR: stats: Set conn-stream/channel EOI flags at the end of request

This bug is the same than for the HTTP client. See "BUG/MINOR: httpclient:
Set conn-stream/channel EOI flags at the end of request" for details.

This patch must be backported as far as 2.0. But only CF_EOI must be set
because applets are not attached to a conn-stream on older versions.
src/stats.c