]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h1: Don't wait for handshake if we had an error.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 13 Jun 2019 15:37:00 +0000 (17:37 +0200)
committerOlivier Houchard <cognet@ci0.org>
Thu, 13 Jun 2019 17:14:45 +0000 (19:14 +0200)
commit6063003c969171009ed376201befe8a9da5d1e51
treef31cb724dfe6d9d7540b217641182bfd21998d1c
parentf4a82fb26bdf239a42d7b81e955289395f4a0831
BUG/MEDIUM: h1: Don't wait for handshake if we had an error.

In h1_process(), only wait for the handshake if we had no error on the
connection. If the handshake failed, we have to let the upper layer know.
src/mux_h1.c