1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-24 22:37:35 +02:00

update actix-connect

This commit is contained in:
Nikolay Kim
2019-04-05 10:35:14 -07:00
parent 162cd3eecd
commit 0d4a8e1b1c
2 changed files with 2 additions and 4 deletions

View File

@ -3,9 +3,7 @@ use std::marker::PhantomData;
use std::time::Duration;
use actix_codec::{AsyncRead, AsyncWrite};
use actix_connect::{
default_connector, Connect as TcpConnect, Connection as TcpConnection,
};
use actix_connect::{default_connector, Connect as TcpConnect, TcpConnection};
use actix_service::{apply_fn, Service, ServiceExt};
use actix_utils::timeout::{TimeoutError, TimeoutService};
use http::Uri;