| Index: net/http/http_stream_factory_impl_job.cc
|
| diff --git a/net/http/http_stream_factory_impl_job.cc b/net/http/http_stream_factory_impl_job.cc
|
| index 408c75e718070fbcaf72ae9c5a4176c69703c39d..bc4af3089ce9b81792c15538e9d2a20e1f77ebee 100644
|
| --- a/net/http/http_stream_factory_impl_job.cc
|
| +++ b/net/http/http_stream_factory_impl_job.cc
|
| @@ -1051,13 +1051,6 @@ bool HttpStreamFactoryImpl::Job::IsHttpsProxyAndHttpUrl() {
|
| void HttpStreamFactoryImpl::Job::InitSSLConfig(
|
| const HostPortPair& origin_server,
|
| SSLConfig* ssl_config) const {
|
| - if (stream_factory_->IsTLSIntolerantServer(origin_server)) {
|
| - LOG(WARNING) << "Falling back to SSLv3 because host is TLS intolerant: "
|
| - << origin_server.ToString();
|
| - ssl_config->ssl3_fallback = true;
|
| - ssl_config->tls1_enabled = false;
|
| - }
|
| -
|
| if (proxy_info_.is_https() && ssl_config->send_client_cert) {
|
| // When connecting through an HTTPS proxy, disable TLS False Start so
|
| // that client authentication errors can be distinguished between those
|
|
|