commit | 3fa5d19d14e70986d366e7c21554a434c1daa64b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Mar 07 15:52:42 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Mar 08 18:24:16 2022 +0100 |
tree | b01058d473adb5bf84f3f5af0326b2f975280813 | |
parent | d8d2708cfef417e3c4e2f627089b49e030ebbe80 [diff] |
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.