]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: Prepare Handshake packets asap after completed handshake
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 3 Jan 2022 16:25:53 +0000 (17:25 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Tue, 4 Jan 2022 16:30:00 +0000 (17:30 +0100)
commitde6f7c503e8f522439df4c463449594e04a93e68
tree80c9163ebf81aa8605229fd17b491b062b3f0b39
parent917a7dbdc706acc80814059f514b84c3599c57cb
MINOR: quic: Prepare Handshake packets asap after completed handshake

Switch back to QUIC_HS_ST_SERVER_HANDSHAKE state after a completed handshake
if acks must be send.
Also ensure we build post handshake frames only one time without using prev_st
variable and ensure we discard the Handshake packet number space only one time.
include/haproxy/xprt_quic-t.h
src/xprt_quic.c