commit | 186367f4991305bb45d5faa3c2c296074abecdf9 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon May 30 08:45:15 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon May 30 08:45:16 2022 +0200 |
tree | 82007022d5d4b08e3a9a03cea062f7b502d766bf | |
parent | 560b8da258d03e0164d449983d28f9886c618e34 [diff] |
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. .