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>>,
|
Item = ClientResponse<impl Stream<Item = Bytes, Error = PayloadError>>,
|
||||||
Error = SendRequestError,
|
Error = SendRequestError,
|
||||||
>
|
>
|
||||||
where
|
where
|
||||||
B: Into<Body>,
|
B: Into<Body>,
|
||||||
{
|
{
|
||||||
let mut connector = config.connector.borrow_mut();
|
let mut connector = config.connector.borrow_mut();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue