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

add TlsError::into_service_error (#420)

This commit is contained in:
Rob Ede
2021-11-22 13:33:20 +00:00
committed by GitHub
parent 3597af5c45
commit 67b357a175
5 changed files with 30 additions and 5 deletions

View File

@ -115,7 +115,7 @@ where
}
pub enum RustlsConnectorServiceFuture<T, U> {
/// See issue https://github.com/briansmith/webpki/issues/54
/// See issue <https://github.com/briansmith/webpki/issues/54>
InvalidDns,
Future {
connect: Connect<U>,