commit | 1fc5e16c4c5c7a5078a400bbcc33a782e873d20d | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Nov 22 14:25:57 2021 +0100 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Tue Nov 30 11:47:46 2021 +0100 |
tree | a5bb1168c6bc4843984893b0bed2250ffba93847 | |
parent | 067a82bba14171b34036e8f1e2705d33055dbd04 [diff] |
MINOR: quic: More accurate immediately close. When sending a CONNECTION_CLOSE frame to immediately close the connection, do not provide CRYPTO data to the TLS stack. Do not built anything else than a CONNECTION_CLOSE and do not derive any secret when in immediately close state. Seize the opportunity of this patch to rename ->err quic_conn struct member to ->error_code.