1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-02 03:55:48 +00: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,