Compare commits
1 Commits
main
...
start-hand
Author | SHA1 | Date | |
---|---|---|---|
|
3d462a1d97 |
@ -331,6 +331,12 @@ where
|
||||
state: TlsState::Stream,
|
||||
}))
|
||||
}
|
||||
|
||||
/// Returns the original IO instance. Note that at least the ClientHello will have been read
|
||||
/// off the IO by this point.
|
||||
pub fn into_inner(self) -> IO {
|
||||
self.io
|
||||
}
|
||||
}
|
||||
|
||||
/// Future returned from `TlsConnector::connect` which will resolve
|
||||
|
Loading…
Reference in New Issue
Block a user