Loading openssl/src/ssl/error.rs +1 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,7 @@ pub enum HandshakeError<S> { /// The handshake failed. Failure(MidHandshakeSslStream<S>), /// The handshake was interrupted midway through. This error will never be returned for blocking streams. // FIXME change to WouldBlock Interrupted(MidHandshakeSslStream<S>), } Loading Loading
openssl/src/ssl/error.rs +1 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,7 @@ pub enum HandshakeError<S> { /// The handshake failed. Failure(MidHandshakeSslStream<S>), /// The handshake was interrupted midway through. This error will never be returned for blocking streams. // FIXME change to WouldBlock Interrupted(MidHandshakeSslStream<S>), } Loading