]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: connections: Implement a start() method for xprt_handshake.
authorOlivier Houchard <cognet@ci0.org>
Fri, 5 Mar 2021 22:42:41 +0000 (23:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Mar 2021 14:33:04 +0000 (15:33 +0100)
commitd54ede7d0803aba484264c757b3e86a3f3f97fef
tree9d32c5c818f3bfb05df3049a9a491a23205b44b4
parent1b3c931bffbac8ffb3efb1b489f7572be219e6e8
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.
src/xprt_handshake.c