commit | 38468773293eb6f6bce23de1591818201c12f94b | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 28 00:31:13 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jun 28 00:34:23 2020 +0200 |
tree | 1ea6a7285593b9e1f8dce5bc9059b8b041996b9e | |
parent | 4462af8da21f0299db497a218c1e6b9aba693450 [diff] |
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.