commit | bef64b23b7e7b4cdcfa201f17053ee58f43c6802 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Mar 07 15:56:20 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Mar 08 18:24:16 2022 +0100 |
tree | 7bd57865277f48dc48e16075587cfae3a822446e | |
parent | dbf1e88e87748aef2db25fcdfeb22a4005908d41 [diff] |
BUG/MINOR: promex: 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.