commit | d1d14c3157aae39cc60a56897335a2b01c95bd5a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 21 10:34:19 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 21 11:21:12 2020 +0100 |
tree | b48a6ae542cadc96631a2035ec7bff3da4233561 | |
parent | 562e0d86199e42ee95e8c68b841e6354bff9450c [diff] |
MINOR: connection: remove the last calls to conn_xprt_{want,stop}_* The last few calls to conn_xprt_{want,stop}_{recv,send} in the central connection code were replaced with their strictly exact equivalent fd_*, adding the call to conn_ctrl_ready() when it was missing.