etcd/pkg/transport
Xiang Li 3c9581adde pkg/transport: fix downgrade https to http bug in transport
If the TLS config is empty, etcd downgrades https to http without a warning.
This commit avoid the downgrade and stoping etcd from bootstrap if it cannot
listen on TLS.
2015-03-06 10:42:23 -08:00
..
keepalive_listener.go pkg/transport: fix tlskeepalive 2015-01-29 09:42:48 -08:00
keepalive_listener_test.go pkg/transport: fix tlskeepalive 2015-01-29 09:42:48 -08:00
listener.go pkg/transport: fix downgrade https to http bug in transport 2015-03-06 10:42:23 -08:00
listener_test.go pkg/transport: fix downgrade https to http bug in transport 2015-03-06 10:42:23 -08:00
timeout_conn.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
timeout_dialer.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
timeout_dialer_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
timeout_listener.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
timeout_listener_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
timeout_transport.go pkg/transport: set the maxIdleConnsPerHost to -1 2015-03-02 21:52:03 -08:00
timeout_transport_test.go pkg/transport: set the maxIdleConnsPerHost to -1 2015-03-02 21:52:03 -08:00