1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-18 13:51:50 +01:00
This commit is contained in:
Nikolay Kim 2019-04-02 14:27:54 -07:00
parent f100976ef0
commit 00000fb316

View File

@ -195,7 +195,7 @@ impl TestServerRuntime {
pub fn load_body<S>( pub fn load_body<S>(
&mut self, &mut self,
response: ClientResponse<S>, mut response: ClientResponse<S>,
) -> Result<Bytes, PayloadError> ) -> Result<Bytes, PayloadError>
where where
S: Stream<Item = Bytes, Error = PayloadError> + 'static, S: Stream<Item = Bytes, Error = PayloadError> + 'static,