commit | 985234d0cb5cecee086fb3b686048907bc120786 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Jun 13 17:54:33 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Thu Jun 13 19:14:45 2019 +0200 |
tree | f1ec034e73473377bd0e1776382c303096b35fcc | |
parent | 6063003c969171009ed376201befe8a9da5d1e51 [diff] |
BUG/MEDIUM: h1: Wait for the connection if the handshake didn't complete. In h1_init(), also add the H1C_F_CS_WAIT_CONN flag if the handshake didn't complete, otherwise we may end up letting the upper layer sending data too soon.