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:
@ -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>,
|
||||
|
Reference in New Issue
Block a user