1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 20:57:43 +02:00
This commit is contained in:
Rob Ede
2021-11-01 23:41:28 +00:00
parent 581e599209
commit 81d7295486
2 changed files with 11 additions and 13 deletions

View File

@ -30,7 +30,7 @@ use std::{
};
use actix_rt::net::TcpStream;
use actix_server::{Server, ServerHandle};
use actix_server::Server;
use actix_service::ServiceFactoryExt as _;
use actix_tls::accept::rustls::{Acceptor as RustlsAcceptor, TlsStream};
use futures_util::future::ok;