]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: raw_sock: directly call fd_stop_send() and not conn_xprt_stop_send()
authorWilly Tarreau <w@1wt.eu>
Fri, 21 Feb 2020 09:21:46 +0000 (10:21 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Feb 2020 10:21:12 +0000 (11:21 +0100)
commit3110eb769b5eb43e01c3d471780a1c5d6a5937f5
treeb0dc7d044ae976e132b209b56a21df81ec296354
parent19bc201c9fdf3f28ac27677878a02f02b9c9b308
MINOR: raw_sock: directly call fd_stop_send() and not conn_xprt_stop_send()

Now that we know that the connection layer is transparent for polling
changes, we have no reason for hiding behind conn_xprt_stop_send() and
can safely call fd_stop_send() on the FD once the buffer is empty.
src/raw_sock.c