1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-09-01 02:36:59 +02:00

prepare actix-tls release 3.0.0-rc.1 (#423)

This commit is contained in:
Rob Ede
2021-11-30 12:34:46 +00:00
committed by GitHub
parent 5dc2bfcb01
commit 183bcf6ae3
10 changed files with 86 additions and 39 deletions

View File

@@ -93,7 +93,7 @@ pub struct Acceptor {
}
impl Acceptor {
/// Constructs `native-tls` based `Acceptor` service factory.
/// Constructs `native-tls` based acceptor service factory.
pub fn new(acceptor: TlsAcceptor) -> Self {
Acceptor {
acceptor,