]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-h1: Process input even if the input buffer is empty
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 16 Apr 2019 18:23:55 +0000 (20:23 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 17 Apr 2019 12:52:31 +0000 (14:52 +0200)
commit91f77d59997665c3e6de4b4dc6ca3cdba4e25455
tree4db40f1e2a73e9dc01f48ad629d0298e90200778
parent9ab3138d710163b19e59efb8504a68f14eee9d34
BUG/MINOR: mux-h1: Process input even if the input buffer is empty

It is required, at least, to add the EOM block and finish the message when the
TCP splicing was used to send all data. Otherwise, there is no way to finish the
parsing.

This patch must be backported to 1.9.
src/mux_h1.c