mirror of https://github.com/fafhrd91/actix-web
cleanup comment
This commit is contained in:
parent
95555e1336
commit
cf70225216
|
@ -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>,
|
||||
|
|
Loading…
Reference in New Issue