mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 00:50:20 +02:00
update tests
This commit is contained in:
@@ -8,8 +8,8 @@ use tokio_io::{AsyncRead, AsyncWrite};
|
||||
use tokio_rustls::{Accept, TlsAcceptor, TlsStream};
|
||||
|
||||
use super::MAX_CONN_COUNTER;
|
||||
use counter::{Counter, CounterGuard};
|
||||
use service::{NewService, Service};
|
||||
use crate::counter::{Counter, CounterGuard};
|
||||
use crate::service::{NewService, Service};
|
||||
|
||||
/// Support `SSL` connections via rustls package
|
||||
///
|
||||
|
Reference in New Issue
Block a user