]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: h1: Allow reception if we have early data
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 9 Sep 2025 15:32:18 +0000 (17:32 +0200)
committerOlivier Houchard <cognet@ci0.org>
Tue, 9 Sep 2025 17:01:24 +0000 (19:01 +0200)
commitaa25ddb773e484793a5c245bfa3f98b917c215be
tree9c37ba0f6c270f0685402f31048e544119551883
parentd7696d11e140446c283d69c0e4af3efcb471b318
BUG/MEDIUM: h1: Allow reception if we have early data

In h1_recv_allowed(), do not forbid the reception if we are yet to
complete the connection, if we have received early data on it. That way,
we can deal with them right away, instead of waiting for the handshake
to be done.

This should be backported up to 2.8.
src/mux_h1.c