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.
|
||||
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…
Reference in New Issue