commit | 754f99e9956dc904a56479ffc296d0ecc8280a34 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Thu Aug 19 15:35:59 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Sep 23 15:27:25 2021 +0200 |
tree | 2b038a0362c8718275b9c21293fb3099d381e82f | |
parent | 67f47d01252d57ed9545f450f82f6205e53df60c [diff] |
MINOR: quic: Missing case when discarding HANDSHAKE secrets With very few packets received by the listener, it is possible that its state may move from QUIC_HS_ST_SERVER_INITIAL to QUIC_HS_ST_COMPLETE without transition to QUIC_HS_ST_SERVER_HANDSHAKE state. This latter state is not mandatory.