]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: mux-h1: Don't set CO_SFL_MSG_MORE flag on last fast-forward send
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Nov 2023 16:26:26 +0000 (17:26 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Nov 2023 16:30:18 +0000 (17:30 +0100)
commit85da7116a9940575a31aba69f68e82489f9a9fd9
tree058d467f220ea63819c6c0d9328fded2c141eb82
parent1de44daf7d61828be1effd970817ee59ed8750d7
BUG/MEDIUM: mux-h1: Don't set CO_SFL_MSG_MORE flag on last fast-forward send

In the mux-to-mux fast-forwarding, when end-of-input is reached on the producer
side, the consumer side must not set the CO_SFL_MSG_MORE flag on send. It means
the H1C_F_CO_MSG_MORE flag must be removed from the H1 connection.

No backport needed.
src/mux_h1.c