commit | fee7ba673f3f77a37aed0a14a976adbbeeafd591 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Dec 06 12:09:08 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Dec 07 15:53:56 2021 +0100 |
tree | 49b28315186bc73bdccf2a5d867e7b9a74b2dde5 | |
parent | 7d807c93f4a1f366be7cb701b7f509c1e1665c5c [diff] |
MINOR: quic: Delete remaining RX handshake packets After the handshake has succeeded, we must delete any remaining Initial or Handshake packets from the RX buffer. This cannot be done depending on the state the connection (->st quic_conn struct member value) as the packet are not received/treated in order.