]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tcp/uxst/sockpair: use fd_want_send() instead of conn_xprt_want_send()
authorWilly Tarreau <w@1wt.eu>
Fri, 21 Feb 2020 09:24:51 +0000 (10:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Feb 2020 10:21:12 +0000 (11:21 +0100)
commit562e0d86199e42ee95e8c68b841e6354bff9450c
tree44fe8c6bd3375bcd9c2570db5716fb3e87539220
parent3110eb769b5eb43e01c3d471780a1c5d6a5937f5
MINOR: tcp/uxst/sockpair: use fd_want_send() instead of conn_xprt_want_send()

Just like previous commit, we don't need to pass through the connection
layer anymore to enable polling during a connect(), we know the FD, so
let's simply call fd_want_send().
src/proto_sockpair.c
src/proto_tcp.c
src/proto_uxst.c