]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: No DCID length for datagram context
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 25 Jan 2022 19:52:21 +0000 (20:52 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 27 Jan 2022 15:37:55 +0000 (16:37 +0100)
commit4852101fd2f351b9594041bbf445b773beb60f56
tree42a5f0c8da4ecfb3984e4d1600d59234bbfcf1b4
parent97ea9c49f1d95c7e91e544e8ad9ba09bffbcc023
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.
src/xprt_quic.c