mirror of
https://github.com/actix/actix-web.git
synced 2025-02-06 22:32:19 +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>(
|
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,
|
||||||
|
|
Loading…
Reference in a new issue