commit | 4852101fd2f351b9594041bbf445b773beb60f56 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Jan 25 20:52:21 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Jan 27 16:37:55 2022 +0100 |
tree | 42a5f0c8da4ecfb3984e4d1600d59234bbfcf1b4 | |
parent | 97ea9c49f1d95c7e91e544e8ad9ba09bffbcc023 [diff] |
MINOR: quic: No DCID length for datagram context This quic_dgram_ctx struct member is used to denote if we are parsing a new datagram (null value), or a coalesced packet into the current datagram (non null value). But it was never set.