]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h2: report more h2c, last h2s and cs information on "show fd"
authorWilly Tarreau <w@1wt.eu>
Tue, 18 Dec 2018 09:32:05 +0000 (10:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 18 Dec 2018 10:03:11 +0000 (11:03 +0100)
commit987c0633faa8b90902e97c63ade377343620638c
tree224f020c766f7a03551a3c4e7b0da4276184fb9d
parent164e0610669af0a2646a0b816f60f96753e6f5dd
MINOR: mux-h2: report more h2c, last h2s and cs information on "show fd"

Most of the time when we issue "show fd" to dump a mux's state, it's
to figure why a transfer is frozen. Connection, stream and conn_stream
states are critical there. And most of the time when this happens there
is a single stream left in the H2 mux, so let's always dump the last
known stream on show fd, as most of the time it will be the one of
interest.
src/mux_h2.c