Skip to content

Openssl read write nonblocking

Ignacio Casal Quinteiro requested to merge openssl-read-write-nonblocking into master

Block ourselves until the socket is available. This is to be able to lock over the ssl object and avoid deadlocks when writing and reading at the same time.

Merge request reports