]> git.kaiwu.me - haproxy.git/commit
MINOR: connection: use conn_fd() when displaying connection errors
authorWilly Tarreau <w@1wt.eu>
Mon, 11 Apr 2022 16:01:28 +0000 (18:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 Apr 2022 17:31:47 +0000 (19:31 +0200)
commit0e9c264ca04375beb9818052843d452baa03a9be
tree43656fe5ceb57e83295204ad02457c0fa0fd8a92
parenta57f34523eccb852e6b46cf9648f959115b38a9a
MINOR: connection: use conn_fd() when displaying connection errors

The SSL connection errors and socks4 proxy errors used to blindly dump
the FD, now it's sanitized via conn_fd().
src/connection.c
src/ssl_sock.c