MINOR: mux-h1: Set CS_FL_EOI the end of the message is reached
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 22 Mar 2019 13:09:41 +0000 (14:09 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Mar 2019 05:33:53 +0000 (06:33 +0100)
commitdbe2cb4ee549e72f0a12e6e5e69464add62b86c4
treee0944c10c962112a4253a48e53ec1f2e6ee8b1a5
parent63768a63d74e0d801e0338a252cf9d5564ba8ea4
MINOR: mux-h1: Set CS_FL_EOI the end of the message is reached

As for the H2 multiplexer, When the end of a message is detected, the flag
CS_FL_EOI is set on the conn_stream.

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