MINOR: quic: Confusion between TX/RX for the frame builders
authorFrédéric Lécaille <flecaille@haproxy.com>
Fri, 17 Sep 2021 14:51:51 +0000 (16:51 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit156a59b7c9c2f2adf9bab74866468943fcf630ad
tree13f95050eaa35c391bc9d5aa3cb77f9266aad99d
parenteb6dfab88966f07f5655fbb839301d4759851da2
MINOR: quic: Confusion between TX/RX for the frame builders

QUIC_FL_TX_PACKET_ACK_ELICITING was replaced by QUIC_FL_RX_PACKET_ACK_ELICITING
by this commit due to a copy and paste:
   e5b47b637 ("MINOR: quic: Add a mask for TX frame builders and their authorized packet types")
Furthermore the flags for the PADDING frame builder was not initialized.
src/quic_frame.c