commit | 19a2e2d91e44d2159256d6948021333afc75fc4b | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Jun 07 18:10:52 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jun 07 19:37:21 2019 +0200 |
tree | 58f2c872c4f0def383301f04016fca6deff4f33d | |
parent | 6c7fe5c3700fac7cc945b2b756df30874cbf77a6 [diff] |
BUG/MEDIUM: stream_interface: Make sure we call si_cs_process() if CS_FL_EOI. In si_cs_recv(), if we got the CS_FL_EOI flag on the conn_stream, make sure we return 1, so that si_cs_process() will be called, and wake process_stream() up, otherwise if we're unlucky the flag will never be noticed, and the stream won't be woken up.