commit | 4149168255b1dc252aece0e5bbab6f55310f1ad5 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Mar 02 17:29:56 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 05 08:30:08 2021 +0100 |
tree | 8216310ee100ca6e597544f560d5fdddea5dd406 | |
parent | 4f8cd4397f07389129dd23b07e94018404340731 [diff] |
MEDIUM: ssl: implement xprt_set_used and xprt_set_idle to relax context checks Currently the SSL layer checks the validity of its tasklet's context just in case it would have been stolen, had the connection been idle. Now it will be able to be notified by the mux when this situation happens so as not to have to grab the idle connection lock on each pass. This reuses the TASK_F_USR1 flag just as the muxes do.