Merge pull request #938 from jwilm/add-openssl-blocked-impl
fix(net): Implement `blocked()` for OpensslStream
This commit is contained in:
@@ -636,6 +636,10 @@ mod openssl {
|
|||||||
fn take_socket_error(&mut self) -> io::Result<()> {
|
fn take_socket_error(&mut self) -> io::Result<()> {
|
||||||
self.stream.get_mut().take_socket_error()
|
self.stream.get_mut().take_socket_error()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fn blocked(&self) -> Option<super::Blocked> {
|
||||||
|
self.blocked
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user