]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-fcgi: Dump info about connections and streams in dedicated functions
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 5 Feb 2025 14:56:36 +0000 (15:56 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 6 Feb 2025 10:19:32 +0000 (11:19 +0100)
commit456cfa450ae69835c616b6370ef64c3027739d19
tree74d5e5f2e06f0c179c39b6321da725aa90f460a9
parentbbc8c98a5479d752b31df1505923d354f8524da1
MINOR: mux-fcgi: Dump info about connections and streams in dedicated functions

fcgi_show_fd() function was splitted to dump the info about the FCGI
connections and the FCGI streams in dedicated functions, duplicating this
way what is performed in other muxes.

In addition, the FCGI multiplexer now implements the .show_sd callback
function called by "show sess" CLI command.
src/mux_fcgi.c