BUG/MINOR: mux-h1: Don't report an error on EOS if no message was received
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 8 Mar 2019 14:13:41 +0000 (15:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Mar 2019 13:33:02 +0000 (14:33 +0100)
commit269223886db08d4bf8fc038e0794f181b939ce3d
treea92644b81089bbaf1cf26973a8f0b79762e3d2b2
parent1b32790324ebf4b83fafe2d01ca440c1a93198ba
BUG/MINOR: mux-h1: Don't report an error on EOS if no message was received

An error is reported if the EOS is detected before the end of the message. But
we must be carefull to not report an error if there is no message at all.

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