mirror of https://github.com/fafhrd91/actix-web
Update service.rs
This commit is contained in:
parent
cfd9a56ff7
commit
93e53ae3fc
|
@ -89,6 +89,7 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
fn call(&mut self, req: Self::Request) -> Self::Future {
|
fn call(&mut self, req: Self::Request) -> Self::Future {
|
||||||
|
let _ = req.set_nodelay(true);
|
||||||
HttpChannel::new(self.settings.clone(), req)
|
HttpChannel::new(self.settings.clone(), req)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue