Update service.rs

This commit is contained in:
Kat 2018-10-30 16:02:57 -07:00 committed by GitHub
parent cfd9a56ff7
commit 93e53ae3fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
} }
} }