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> {
|
pub struct Connector<T, U> {
|
||||||
connector: T,
|
connector: T,
|
||||||
config: ConnectorConfig,
|
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)]
|
#[allow(dead_code)]
|
||||||
ssl: SslConnector,
|
ssl: SslConnector,
|
||||||
_t: PhantomData<U>,
|
_t: PhantomData<U>,
|
||||||
|
|
Loading…
Reference in New Issue