commit | d934e8d963fe1b88edc22a7277a7389005dd7856 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu May 05 09:39:42 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu May 05 09:39:43 2022 +0200 |
tree | 4d6a7faf56e3eb7ba1a813b473c50b72e2b2c035 | |
parent | 2db904e86c5f19e12d30b8746a622bcb072d914a [diff] |
BUG/MEDIUM: mux-h1: Be able to handle trailers when C-L header was specified The commit 2eb5243e7 ("BUG/MEDIUM: mux-h1: Set outgoing message to DONE when payload length is reached") introduced a regression. An internal error is reported when we try to forward a message with trailers while the content-length header was specified. Indeed, this case does not exist for H1 messages but it is possible in H2. This patch should solve the issue #1684. It must be backported as far as 2.4.