BUG/MINOR: quic: fix filtering of closing connections on "show quic"
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 9 Feb 2023 17:18:45 +0000 (18:18 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 9 Feb 2023 17:30:14 +0000 (18:30 +0100)
commit10a46de620f5bd7f2cddeb3fe0fd735d316b9078
tree4bbba842868506e677a54a1cbff56350ff6fe6e8
parent3f9758ecab053300d84d4bea1be52bbdb8c7ef09
BUG/MINOR: quic: fix filtering of closing connections on "show quic"

Filtering of closing/draining connections on "show quic" was not
properly implemented. This causes the extra argument "all" to display
all connections to be without effect. This patch fixes this and restores
the output of all connections.

This must be backported up to 2.7.
src/quic_conn.c