]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: quic: fix output of show quic
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 23 Feb 2024 16:28:49 +0000 (17:28 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 23 Feb 2024 16:32:24 +0000 (17:32 +0100)
commitba9f905da978afafb81ceb4277af2a886e6ca616
tree7964ea8b199599d26abf61b94ca945b718492704
parent3d93ecc132c591598f8ab6db971845aee0385b82
BUG/MINOR: quic: fix output of show quic

Output of 'show quic' is messed up since the introduction of reordered
packets counter in the following commit. The new counter is mixed up
with the first stream line. This is due to the wrong placement of the
newline delimiter.

  167e38e0e0296e899aa894d2f3db5ba2a0c68cb5
  MINOR: quic: Add a counter for reordered packets

This should be backported up to 2.6.
src/quic_cli.c