MINOR: quic: Wrong packet flags settings during frame building
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 17 Sep 2021 14:57:14 +0000 (16:57 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commitdc2593e4601a95e9a4c3343731f1326e93148afd
tree3906cc331414d168d00286c1b650bccb95ca94af
parent156a59b7c9c2f2adf9bab74866468943fcf630ad
MINOR: quic: Wrong packet flags settings during frame building

We flag the packet as being ack-eliciting when building the frame.
But a wrong variable was used to to so.
src/quic_frame.c