mirror of
https://github.com/actix/actix-web.git
synced 2025-01-30 19:08:33 +00:00
mut obj
This commit is contained in:
parent
f100976ef0
commit
00000fb316
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue