mirror of
https://github.com/fafhrd91/actix-web
synced 2025-01-18 05:41:50 +01:00
mut obj
This commit is contained in:
parent
f100976ef0
commit
00000fb316
@ -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…
x
Reference in New Issue
Block a user