More AsRawSocket fixes
This commit is contained in:
parent
63a45ac622
commit
ddedda1d03
|
|
@ -948,7 +948,7 @@ impl<S: AsRawFd> AsRawFd for SslStream<S> {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
impl<S: AsRawSocket> AsRawSocket for NonblockingSslStream<S> {
|
impl<S: AsRawSocket> AsRawSocket for SslStream<S> {
|
||||||
fn as_raw_socket(&self) -> RawSocket {
|
fn as_raw_socket(&self) -> RawSocket {
|
||||||
self.0.as_raw_socket()
|
self.0.as_raw_socket()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue