CLEANUP: mux-h2/traces: better align user messages
authorWilly Tarreau <w@1wt.eu>
Wed, 16 Jun 2021 16:32:42 +0000 (18:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Jun 2021 16:32:42 +0000 (18:32 +0200)
commit9abb3176834303486d0fda2fd405d821707cbcdc
tree7aa2b92ae3fc815914235e3526d287e6e8774ec4
parent8e6f749f18941f2a20b9b1c1a7fd9975231134d0
CLEANUP: mux-h2/traces: better align user messages

"sent H2 request" was already misaligned with the 3 other ones
(sent/rcvd, request/response), and now with "new H2 connection" that's
yet another alignment making the traces even less legible. Let's just
realign all 5 messages, this even eases quick pointer comparisons. This
should probably be backported to 2.4 as it's where it's the most likely
to be used in the mid-term.
src/mux_h2.c