mirror of https://github.com/fafhrd91/actix-web
Fix deprecated notice about client_shutdown
This commit is contained in:
parent
40a4b1ccd5
commit
7040a805cc
|
@ -226,7 +226,7 @@ where
|
|||
}
|
||||
|
||||
#[doc(hidden)]
|
||||
#[deprecated(since = "4.0.0", note = "Renamed to `client_request_timeout`.")]
|
||||
#[deprecated(since = "4.0.0", note = "Renamed to `client_disconnect_timeout`.")]
|
||||
pub fn client_shutdown(self, dur: u64) -> Self {
|
||||
self.client_disconnect_timeout(Duration::from_millis(dur))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue