MINOR: quic: display Tx stream info on "show quic"
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 1 Feb 2023 16:05:36 +0000 (17:05 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 9 Feb 2023 17:14:40 +0000 (18:14 +0100)
commit2eda63b447b88ebd34b416b1bff256a9c3c968a4
tree8d86a3db80725ca7fdacf1dffb81e8071750ad9c
parent1b0fc437f3147a24f4289d43706dd39e221422b2
MINOR: quic: display Tx stream info on "show quic"

Complete "show quic" handler by displaying information about
quic_stream_desc entries. These structures are used to emit stream data
and store them until acknowledgment is received.

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