1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-18 05:41: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>(
&mut self,
response: ClientResponse<S>,
mut response: ClientResponse<S>,
) -> Result<Bytes, PayloadError>
where
S: Stream<Item = Bytes, Error = PayloadError> + 'static,