]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cli: make "show fd" report the mux and mux_ctx pointers when available
authorWilly Tarreau <w@1wt.eu>
Wed, 28 Mar 2018 16:41:30 +0000 (18:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 28 Mar 2018 16:41:30 +0000 (18:41 +0200)
commit35b1b48c75d0589a289a15f14bf6dfa89adf6073
treebcdbc6df2fca41f2b19d8432151aedc78c403896
parent4037a3f904b62b32fa3c298cf40e4de54fc83585
MINOR: cli: make "show fd" report the mux and mux_ctx pointers when available

This is handy to quickly distinguish H2 connections as well as to easily
access the h2c context. It could be backported to 1.8 to help during
troubleshooting sessions.
src/cli.c