mirror of https://github.com/fafhrd91/actix-web
Minor fix
This commit is contained in:
parent
34e7376efd
commit
3ea7be5221
|
@ -828,8 +828,8 @@ impl RequestSender {
|
|||
Item = ClientResponse<impl Stream<Item = Bytes, Error = PayloadError>>,
|
||||
Error = SendRequestError,
|
||||
>
|
||||
where
|
||||
B: Into<Body>,
|
||||
where
|
||||
B: Into<Body>,
|
||||
{
|
||||
let mut connector = config.connector.borrow_mut();
|
||||
|
||||
|
|
Loading…
Reference in New Issue