commit | d8d2708cfef417e3c4e2f627089b49e030ebbe80 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Mar 07 15:50:54 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Mar 08 18:24:16 2022 +0100 |
tree | d7bfb0be1053a0ab9c108bfdf63a6f96ff246604 | |
parent | 3d4332419c7de882559506742c58050ecee15345 [diff] |
BUG/MINOR: hlua: 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.