mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 17:07:01 +02:00
update tests
This commit is contained in:
@@ -6,9 +6,9 @@ use tokio_io::{AsyncRead, AsyncWrite};
|
||||
use tokio_openssl::{AcceptAsync, ConnectAsync, SslAcceptorExt, SslConnectorExt, SslStream};
|
||||
|
||||
use super::MAX_CONN_COUNTER;
|
||||
use counter::{Counter, CounterGuard};
|
||||
use resolver::RequestHost;
|
||||
use service::{NewService, Service};
|
||||
use crate::counter::{Counter, CounterGuard};
|
||||
use crate::resolver::RequestHost;
|
||||
use crate::service::{NewService, Service};
|
||||
|
||||
/// Support `SSL` connections via openssl package
|
||||
///
|
||||
|
Reference in New Issue
Block a user