]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: add stream format for "show quic"
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 7 May 2025 14:28:39 +0000 (16:28 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 13 May 2025 13:41:51 +0000 (15:41 +0200)
commitcbadfa0163f27f25c023a4b16b7d3e819de52d20
tree0de2284d3560ca445202609e2e28221a0c56dfbe
parent1ccede211c1361c0465191daa3659b3648f5f4e5
MINOR: quic: add stream format for "show quic"

Add a new format for "show quic" command labelled as "stream". This is
an equivalent of "show sess", dedicated to the QUIC stack. Each active
QUIC streams are listed on a line with their related infos.

The main objective of this command is to ensure there is no freeze
streams remaining after a transfer.
doc/management.txt
src/quic_cli.c