commit | 81cd3c8eedf315b072828267e173adc4ebb1f6d5 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Jan 10 18:31:07 2022 +0100 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Tue Jan 11 16:12:31 2022 +0100 |
tree | c23d8dae97a650c3bcd63424cc0c59aa8c75d138 | |
parent | 2fe8b3be2098777bfa28e76494432cbdd4b9b66a [diff] |
MINOR: quic: Wrong CRYPTO frame concatenation This commit was not correct: "MINOR: quic: Only one CRYPTO frame by encryption level" Indeed, when receiving CRYPTO data from TLS stack for a packet number space, there are rare cases where there is already other frames than CRYPTO data frames in the packet number space, especially for 01RTT packet number space. This is very often with quant as client.