MINOR: quic: handle new closing list in show quic
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 8 Mar 2023 08:42:31 +0000 (09:42 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 8 Mar 2023 13:39:48 +0000 (14:39 +0100)
commit2d37629222489d12ced97c1221b78322aba3431a
tree53182b8a06cc1d87e3b0df14b9e5e7bb503214ed
parentefed86c973f373a2ff231049fd086050c86240ef
MINOR: quic: handle new closing list in show quic

A new global quic-conn list has been added by the previous patch. It will
contain every quic-conn in closing or draining state.

Thus, it is now easier to include or skip them on a "show quic" output :
when the default list on the current thread has been browsed entirely,
either we skip to the next thread or we look at the closing list on the
current thread.

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