MINOR: quic: Missing case when discarding HANDSHAKE secrets
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 19 Aug 2021 13:35:59 +0000 (15:35 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit754f99e9956dc904a56479ffc296d0ecc8280a34
tree2b038a0362c8718275b9c21293fb3099d381e82f
parent67f47d01252d57ed9545f450f82f6205e53df60c
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.
src/xprt_quic.c