commit | 6a2d334812c3aba11a1ddc98864a176081a6b139 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Dec 06 17:41:26 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 06 19:08:44 2018 +0100 |
tree | 067eaec0888e7603af3c75d3efd75ae36b9c9e2c | |
parent | e7284780cffcec079b53d59de2c0489bfff8eb55 [diff] |
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.