mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 17:07:01 +02:00
fix openssl uses
This commit is contained in:
@@ -10,7 +10,7 @@ mod worker;
|
||||
pub use self::server::Server;
|
||||
pub use self::services::ServerServiceFactory;
|
||||
|
||||
pub(crate) use self::worker::Connections;
|
||||
pub(crate) use self::worker::{Connections, ConnectionsGuard};
|
||||
|
||||
/// Pause accepting incoming connections
|
||||
///
|
||||
|
Reference in New Issue
Block a user