commit | ea0ec27eb4ab45f394d374f89684cafca3765a8f | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Wed Jun 08 13:22:17 2022 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Thu Jun 16 14:56:24 2022 +0200 |
tree | 6235c310c4c6cd406441d400af61715b6561711d | |
parent | fa94f77bc593be1846171b3277d61b2b4e7d7e1b [diff] |
MINOR: quic: Parse long packet version from qc_parse_hd_form() This is to prepare the support for QUIC v2 version. The packet type depends on the version. So, we must parse early enough the version before defining the type of each packet.