commit | de6f7c503e8f522439df4c463449594e04a93e68 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Jan 03 17:25:53 2022 +0100 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Tue Jan 04 17:30:00 2022 +0100 |
tree | 80c9163ebf81aa8605229fd17b491b062b3f0b39 | |
parent | 917a7dbdc706acc80814059f514b84c3599c57cb [diff] |
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.