Loading openssl/src/ssl/bio.rs +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ unsafe extern "C" fn bread<S: Read>(bio: *mut BIO, buf: *mut c_char, len: c_int) fn retriable_error(err: &io::Error) -> bool { match err.kind() { io::ErrorKind::WouldBlock | io::ErrorKind::NotConnected => true, _ => false _ => false, } } Loading openssl/src/ssl/mod.rs +1 −1 Original line number Diff line number Diff line Loading @@ -1240,7 +1240,7 @@ impl SslStream<::std::net::TcpStream> { Ok(SslStream { ssl: self.ssl.clone(), _method: self._method.clone(), _p: PhantomData _p: PhantomData, }) } } Loading Loading
openssl/src/ssl/bio.rs +1 −1 Original line number Diff line number Diff line Loading @@ -101,7 +101,7 @@ unsafe extern "C" fn bread<S: Read>(bio: *mut BIO, buf: *mut c_char, len: c_int) fn retriable_error(err: &io::Error) -> bool { match err.kind() { io::ErrorKind::WouldBlock | io::ErrorKind::NotConnected => true, _ => false _ => false, } } Loading
openssl/src/ssl/mod.rs +1 −1 Original line number Diff line number Diff line Loading @@ -1240,7 +1240,7 @@ impl SslStream<::std::net::TcpStream> { Ok(SslStream { ssl: self.ssl.clone(), _method: self._method.clone(), _p: PhantomData _p: PhantomData, }) } } Loading