mirror of https://github.com/fafhrd91/actix-web
Correct IoStream::set_keepalive for UDS
This commit is contained in:
parent
42d5d48e71
commit
309c800a35
|
@ -334,7 +334,7 @@ impl IoStream for ::tokio_uds::UnixStream {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
fn set_keepalive(&mut self, _nodelay: bool) -> io::Result<()> {
|
fn set_keepalive(&mut self, _dur: Option<time::Duration>) -> io::Result<()> {
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue