Commit 9f078e19 authored by Matt Caswell's avatar Matt Caswell
Browse files

Optimise ASYNC_CTX handling



Don't recreate a new ASYNC_CTX every time we call ASYNC_start_job() - the
same one can be used for the life of the thread. Instead we only free it
up when we call ASYNC_free_pool().

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 7240557b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment