MINOR: h2/trace: also display the remaining frame length in traces
authorWilly Tarreau <w@1wt.eu>
Fri, 18 Sep 2020 05:39:29 +0000 (07:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 18 Sep 2020 05:39:29 +0000 (07:39 +0200)
commit8520d87198fa0682816f1d8ebcc831ecd0bfba5d
treeac19941e15d2b6e5335fbbc035690f0e8b4bd059
parentf2cda10b1d8db89669fd8b61d6e41ad91a61126e
MINOR: h2/trace: also display the remaining frame length in traces

It's often missing when debugging, even though it's often zero for
control frames or after data are consumed.
src/mux_h2.c