]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: provide a "show_sd" helper to output stream debugging info
authorWilly Tarreau <w@1wt.eu>
Fri, 2 Sep 2022 13:11:40 +0000 (15:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Sep 2022 13:48:50 +0000 (15:48 +0200)
commitbf4ec6f4a07bd874f4d302f0e7d8ad11485d26ee
tree84c6cfd4edd90401b744a0765a147b5d9148f219
parentce57777660cc0048ed0cb57fc8407488fafa64c5
MINOR: mux-h2: provide a "show_sd" helper to output stream debugging info

With this, it now becomes possible to see the state of each H2 stream from
"show sess all". Lines are still too long and need to be split, but that's
for another patch.
src/mux_h2.c