commit | 39ba1c3e125a9b8f61be05fb4b1cdff9068f65d3 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Jan 21 16:52:56 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Jan 21 17:38:11 2022 +0100 |
tree | 6f445777c1dbae0eab97ddb74ab8df18061d4cf7 | |
parent | 2cca2417808cfc267e34d85f494681bdf83aa94f [diff] |
MINOR: quic: Wrong packet number space selection It is possible that the listener is in INITIAL state, but have to probe with Handshake packets. In this case, when entering qc_prep_pkts() there is nothing to do. We must select the next packet number space (or encryption level) to be able to probe with such packet type.