commit | 690e0f07f581018dba12d7c099b42e9555a7bb08 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Tue Jun 11 16:37:24 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Tue Jun 11 16:41:36 2019 +0200 |
tree | 255153fd664ca0126604eec4cc8b1e52b3a17d43 | |
parent | 92d093d641a709ddd1e89f646a3c653ab56b05cf [diff] |
BUG/MEDIUM: h1: Don't consider we're connected if the handshake isn't done. In h1_process(), don't consider we're connected if we still have handshakes pending. It used not to happen, because we would not be called if there were any ongoing handshakes, but that changed now that the handshakes are handled by a xprt, and not by conn_fd_handler() directly.