File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ use tokio::{
30
30
use crate :: config:: ReconnectOptions ;
31
31
use crate :: error:: { Error , Result } ;
32
32
33
- pub use hyper:: client:: HttpConnector ;
33
+ use hyper:: client:: HttpConnector ;
34
34
use hyper_timeout:: TimeoutConnector ;
35
35
36
36
use crate :: event_parser:: EventParser ;
@@ -40,11 +40,7 @@ use crate::retry::{BackoffRetry, RetryStrategy};
40
40
use std:: error:: Error as StdError ;
41
41
42
42
#[ cfg( feature = "rustls" ) ]
43
- use hyper_rustls:: HttpsConnector as RustlsConnector ;
44
- #[ cfg( feature = "rustls" ) ]
45
- pub use hyper_rustls:: HttpsConnectorBuilder ;
46
- #[ cfg( feature = "rustls" ) ]
47
- pub type HttpsConnector = RustlsConnector < HttpConnector > ;
43
+ use hyper_rustls:: HttpsConnectorBuilder ;
48
44
49
45
type BoxError = Box < dyn std:: error:: Error + Send + Sync > ;
50
46
You can’t perform that action at this time.
0 commit comments