]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: connections: Implement a start() method in ssl_sock.
authorOlivier Houchard <cognet@ci0.org>
Fri, 5 Mar 2021 22:47:00 +0000 (23:47 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Mar 2021 14:33:04 +0000 (15:33 +0100)
commitbc5ce9201a2aa5d178489b666dcc7a457e12bf1c
tree8edc15d71326f8d2d6342c94f16fc363b762fb0c
parentd54ede7d0803aba484264c757b3e86a3f3f97fef
MEDIUM: connections: Implement a start() method in ssl_sock.

Add a start() method to ssl_sock. It is responsible with initiating the
SSL handshake, currently by just scheduling the tasklet, instead of doing
it in the init() method, when all the XPRT may not have been initialized.
src/ssl_sock.c