cleanup comment

This commit is contained in:
Maksym Vorobiov 2020-03-04 21:02:24 +02:00
parent 95555e1336
commit cf70225216
1 changed files with 0 additions and 7 deletions

View File

@ -50,13 +50,6 @@ type SslConnector = ();
pub struct Connector<T, U> {
connector: T,
config: ConnectorConfig,
/* timeout: Duration,
conn_lifetime: Duration,
conn_keep_alive: Duration,
disconnect_timeout: Duration,
limit: usize,
conn_window_size: u32,
stream_window_size: u32,*/
#[allow(dead_code)]
ssl: SslConnector,
_t: PhantomData<U>,