MINOR: quic: Missing QUIC encryption level for qc_build_pkt()
authorFrédéric Lécaille <flecaille@haproxy.com>
Thu, 19 Aug 2021 05:33:08 +0000 (07:33 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit31550afe06dd1197bf261136db0f6735047461e1
treed021ec9df48f3469819c97654a61bbbce5531303
parenteed7a7d73b75db42b29dbc0ffd2736b7d071bd16
MINOR: quic: Missing QUIC encryption level for qc_build_pkt()

qc_build_pkt() has recently been modified to support any type of
supported frame at any encryption level (assuming that an encryption level does
not support any type of frame) but quic_tls_level_pkt_type()
prevented it from building application level packet type because it was written
only for the handshake.
This patch simply adds the remaining encryption level QUIC_TLS_ENC_LEVEL_APP
which must be supported by quic_tls_level_pkt_type().
include/haproxy/quic_tls.h