]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: muxes: Consider stream's sd as defined in .show_fd callback functions
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 30 May 2022 06:45:15 +0000 (08:45 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 30 May 2022 06:45:16 +0000 (08:45 +0200)
commit186367f4991305bb45d5faa3c2c296074abecdf9
tree82007022d5d4b08e3a9a03cea062f7b502d766bf
parent560b8da258d03e0164d449983d28f9886c618e34
CLEANUP: muxes: Consider stream's sd as defined in .show_fd callback functions

In muxes, the stream-endoint descriptor of a stream is always defined. Thus,
in .show_fd callback functions, there is no reason to test it.

This patch should address the issue #1727.
.
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c