BUG/MINOR: mux_h2: don't lose the leaving trace in h2_io_cb()
authorWilly Tarreau <w@1wt.eu>
Sat, 27 Jun 2020 22:31:13 +0000 (00:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 27 Jun 2020 22:34:23 +0000 (00:34 +0200)
commit38468773293eb6f6bce23de1591818201c12f94b
tree1ea6a7285593b9e1f8dce5bc9059b8b041996b9e
parent4462af8da21f0299db497a218c1e6b9aba693450
BUG/MINOR: mux_h2: don't lose the leaving trace in h2_io_cb()

Commit cd4159f ("MEDIUM: mux_h2: Implement the takeover() method.")
added a return in the middle of the function, and as usual with such
stray return statements, some unrolling was lost. Here it's only the
TRACE_LEAVE() call, so it's mostly harmless. That's 2.2 only, no
backport is needed.
src/mux_h2.c