commit | 987c0633faa8b90902e97c63ade377343620638c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 18 10:32:05 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 18 11:03:11 2018 +0100 |
tree | 224f020c766f7a03551a3c4e7b0da4276184fb9d | |
parent | 164e0610669af0a2646a0b816f60f96753e6f5dd [diff] |
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.