Add a note to rename variant
This commit is contained in:
parent
78c82fa3ee
commit
0efef98848
|
|
@ -74,6 +74,7 @@ pub enum HandshakeError<S> {
|
||||||
/// The handshake failed.
|
/// The handshake failed.
|
||||||
Failure(MidHandshakeSslStream<S>),
|
Failure(MidHandshakeSslStream<S>),
|
||||||
/// The handshake was interrupted midway through. This error will never be returned for blocking streams.
|
/// The handshake was interrupted midway through. This error will never be returned for blocking streams.
|
||||||
|
// FIXME change to WouldBlock
|
||||||
Interrupted(MidHandshakeSslStream<S>),
|
Interrupted(MidHandshakeSslStream<S>),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue