mirror of https://github.com/fafhrd91/actix-net
Merge branch 'master' into fix/percent-encoding
This commit is contained in:
commit
48b1fc5e03
|
@ -41,7 +41,7 @@ where
|
||||||
///
|
///
|
||||||
/// actix_service::forward_ready!(service);
|
/// actix_service::forward_ready!(service);
|
||||||
///
|
///
|
||||||
/// fn call(&self, req: S::Request) -> Self::Future {
|
/// fn call(&self, req: Req) -> Self::Future {
|
||||||
/// TimeoutServiceResponse {
|
/// TimeoutServiceResponse {
|
||||||
/// fut: self.service.call(req),
|
/// fut: self.service.call(req),
|
||||||
/// sleep: Sleep::new(clock::now() + self.timeout),
|
/// sleep: Sleep::new(clock::now() + self.timeout),
|
||||||
|
|
Loading…
Reference in New Issue