CLEANUP: muxes: Remove useless if condition in show_fd function
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 25 Feb 2021 09:06:29 +0000 (10:06 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 25 Feb 2021 09:07:24 +0000 (10:07 +0100)
commit6c93c4ef089fc79ce4e85fa0d9e7f61720291dba
tree69042f80e365eb8c5f78ecd840c3abdc236c4483
parent456f45f30186393a1235ec9290f93a0bf4020bb0
CLEANUP: muxes: Remove useless if condition in show_fd function

In H1, H2 and FCGI muxes, in the show_fd function, there is duplicated test on
the stream's subs field.

This patch fixes the issue #1142. It may be backported as far as 2.2.
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c