MINOR: quic: fix alignment of oneline show quic
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 22 May 2023 08:57:56 +0000 (10:57 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 22 May 2023 12:18:02 +0000 (14:18 +0200)
commitaa39cc9f425f6a72dff43cada212bd3bf9c88d06
tree266b58375e67ab8d940ac1e2a58f8adcd4a25375
parent7385ff3f0ca1c0c385708c52d3dd5939d3a47188
MINOR: quic: fix alignment of oneline show quic

Output of 'show quic' CLI in oneline mode was not correctly done. This
was caused both due to differing qc pointer size and ports length. Force
proper alignment by using maximum sizes as expected and complete with
blanks if needed.

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