commit | d54ede7d0803aba484264c757b3e86a3f3f97fef | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Fri Mar 05 23:42:41 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 19 15:33:04 2021 +0100 |
tree | 9d32c5c818f3bfb05df3049a9a491a23205b44b4 | |
parent | 1b3c931bffbac8ffb3efb1b489f7572be219e6e8 [diff] |
MEDIUM: connections: Implement a start() method for xprt_handshake. Add a start_method to xprt_handshake. It schedules the tasklet that does the handshake. This used to be done in xprt_handshake_add_xprt(), but that's a much better place.