]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: muxes: Improve show_fd callbacks to dump endpoint flags
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 10:08:09 +0000 (12:08 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:16 +0000 (15:10 +0200)
commit22050e0a2cdae2fd20f92ebc4124e4024ef0e095
tree5d8ff077489ef92f193d60ee797ec7ecc494f689
parent1336ccffab272803fb0922d4c909b8b721ba35c1
MINOR: muxes: Improve show_fd callbacks to dump endpoint flags

H1, H2 and FCGI multiplexers define a show_fd callback to dump some internal
info. The stream endpoint and its flags are now dumped if it exists.
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c