]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2/traces: print the size of the DATA frames
authorWilly Tarreau <w@1wt.eu>
Thu, 3 Oct 2024 14:04:04 +0000 (16:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 Oct 2024 14:29:15 +0000 (16:29 +0200)
commitcf3fe1eed48b01ba3bba226810c06a253561ed41
treed1b93da42ee685809f506db37b744e208cdba4c2
parentaf064b497a3d8d3548b4473252c2ae9d69d5781c
MINOR: mux-h2/traces: print the size of the DATA frames

DATA frames produce a special trace with the amount of transferred data
in arg4, but this was not reported by h2_trace(). This commit just adds
it.
src/mux_h2.c