MINOR: quic: Possible endless loop in qc_treat_rx_pkts()
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 22 Sep 2021 13:15:46 +0000 (15:15 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000 (15:27 +0200)
commit3230bcfdc4b1b0e069466490af3d713444719ca4
tree50221654ce30c4e776eb7ce4b45db3d9518466dc
parent310d1bd08f421c557beb1786fc25acfcb1645a78
MINOR: quic: Possible endless loop in qc_treat_rx_pkts()

Ensure we do not endlessly treat always the same encryption level
in qc_treat_rx_pkts().
src/xprt_quic.c