]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream: only dump connections' FDs when they are valid
authorWilly Tarreau <w@1wt.eu>
Mon, 11 Apr 2022 15:58:06 +0000 (17:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 Apr 2022 17:31:47 +0000 (19:31 +0200)
commita57f34523eccb852e6b46cf9648f959115b38a9a
tree5c011566b14cba1ce94ba2c4f310461a2ea79750
parent83a966d02593cb9790b19f51b3eb688612cec7d3
MINOR: stream: only dump connections' FDs when they are valid

The "show sess" output and the debugger outputs will now use conn_fd()
to retrieve the file descriptor instead of dumping incorrect data.
src/stream.c