commit | d4ecf948278e047bb43a43f622c57ff63af00a44 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Jan 04 23:15:40 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Jan 07 17:58:26 2022 +0100 |
tree | e9774c62692f24fe95a6316442d1a7fb07fb7b88 | |
parent | 790169fe69c139e4fb6fc3046985696aa78c0569 [diff] |
MINOR: quic: Only one CRYPTO frame by encryption level When receiving CRYPTO data from the TLS stack, concatenate the CRYPTO data to the first allocated CRYPTO frame if present. This reduces by one the number of handshake packets built for a connection with a standard size certificate.