]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h1: Set CS_FL_REOS if we had a read0.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 6 Dec 2018 16:41:26 +0000 (17:41 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Dec 2018 18:08:44 +0000 (19:08 +0100)
commit6a2d334812c3aba11a1ddc98864a176081a6b139
tree067eaec0888e7603af3c75d3efd75ae36b9c9e2c
parente7284780cffcec079b53d59de2c0489bfff8eb55
BUG/MEDIUM: h1: Set CS_FL_REOS if we had a read0.

In h1_recv(), if we get a read0, let the conn_stream know by setting the
CS_FL_REOS flag, or it may never be aware we did hit EOS.

This should not be backported.
src/mux_h1.c