MINOR: mux-h2/traces: report transition to SETTINGS1 before not after
authorWilly Tarreau <w@1wt.eu>
Thu, 18 Aug 2022 13:30:41 +0000 (15:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Aug 2022 06:03:53 +0000 (08:03 +0200)
commited2b9d9f27b8591ff057717dbb2f332220afc83e
tree4e88f672bfe076b825e75d0b161270c26189b33d
parent0f45871344c4c2e04bb234d66da38925820d6f60
MINOR: mux-h2/traces: report transition to SETTINGS1 before not after

Traces indicating "switching to XXX" generally apply before the transition
so that the current connection state is visible in the trace. SETTINGS1
was incorrect in this regard, with the trace being emitted after. Let's
fix this.

No need to backport this, as this is purely cosmetic.
src/mux_h2.c