Commit 0efef988 authored by Steven Fackler's avatar Steven Fackler
Browse files

Add a note to rename variant

parent 78c82fa3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>),
}