commit | 562e0d86199e42ee95e8c68b841e6354bff9450c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 21 10:24:51 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 21 11:21:12 2020 +0100 |
tree | 44fe8c6bd3375bcd9c2570db5716fb3e87539220 | |
parent | 3110eb769b5eb43e01c3d471780a1c5d6a5937f5 [diff] |
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().