]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h1: Wait for the connection if the handshake didn't complete.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 13 Jun 2019 15:54:33 +0000 (17:54 +0200)
committerOlivier Houchard <cognet@ci0.org>
Thu, 13 Jun 2019 17:14:45 +0000 (19:14 +0200)
commit985234d0cb5cecee086fb3b686048907bc120786
treef1ec034e73473377bd0e1776382c303096b35fcc
parent6063003c969171009ed376201befe8a9da5d1e51
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.
src/mux_h1.c