Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(net): Implement
blocked()
for OpensslStream
This should fix some busy looping when using OpenSSL. For example, if the transport was blocked on a read, it wasn't surfaced to the `http::Conn` and so the wrong interest was registered with the event loop. Registering for the wrong interest triggered calls to `http::Conn::ready()` which were unable to make progress.
- Loading branch information