commit | adc7f3edd26f2cc508bb9ceeb140bf6e54b5d79c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Dec 06 15:25:58 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 06 15:25:58 2018 +0100 |
tree | 91cc3eca75b2957935d4f4c9c1b819814513ea66 | |
parent | a3b62d374a7839c0ebc0b50064b93dabfba9f6db [diff] |
BUG/MEDIUM: stream-int: don't attempt to receive if the connection is not established If we try to receive before the connection is established, we lose the send event and are not woken up anymore once the connection is established. This was diagnosed by Olivier. No backport is needed.