commit | bc5ce9201a2aa5d178489b666dcc7a457e12bf1c | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Fri Mar 05 23:47:00 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 19 15:33:04 2021 +0100 |
tree | 8edc15d71326f8d2d6342c94f16fc363b762fb0c | |
parent | d54ede7d0803aba484264c757b3e86a3f3f97fef [diff] |
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.