Commit fc7f190c authored by Matt Caswell's avatar Matt Caswell
Browse files

Handle no async jobs in libssl



If the application has limited the size of the async pool using
ASYNC_init_thread() then we could run out of jobs while trying to start a
libssl io operation. However libssl was failing to handle this and treating
it like a fatal error. It should not be fatal...we just need to retry when
there are jobs available again.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent 0eadff03
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