]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: remove the unused fd_stop_send() in conn_xprt_shutw{,_hard}()
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Dec 2020 12:49:19 +0000 (13:49 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Dec 2020 12:49:19 +0000 (13:49 +0100)
commit3ec094b09dea7fcf540686af7cc598bf58003a3c
tree1407870c1b011c3ffdc4805da54935f1cbf67f4b
parent78ea5c99a961d0cb3fe0e47d074afc1ed4d7a45e
CLEANUP: remove the unused fd_stop_send() in conn_xprt_shutw{,_hard}()

These functions used to disable polling for writes when shutting down
but this is no longer used as it still happens later when closing if the
connection was subscribed to FD events. Let's just remove this fake and
undesired dependency on the FD layer.
include/haproxy/connection.h