Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(777)

Unified Diff: net/http/http_stream_factory_impl.h

Issue 10218007: net: don't remember TLS intolerant servers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing wtc's comments Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_stream_factory.h ('k') | net/http/http_stream_factory_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_stream_factory_impl.h
diff --git a/net/http/http_stream_factory_impl.h b/net/http/http_stream_factory_impl.h
index 238b4355f8aa93a67d8ce5aa7e618dfe64ca6ccb..25422982db90e49c23df8a7c9a7703a2dfcb0c61 100644
--- a/net/http/http_stream_factory_impl.h
+++ b/net/http/http_stream_factory_impl.h
@@ -42,8 +42,6 @@ class NET_EXPORT_PRIVATE HttpStreamFactoryImpl :
const HttpRequestInfo& info,
const SSLConfig& server_ssl_config,
const SSLConfig& proxy_ssl_config) OVERRIDE;
- virtual void AddTLSIntolerantServer(const HostPortPair& server) OVERRIDE;
- virtual bool IsTLSIntolerantServer(const HostPortPair& server) const OVERRIDE;
virtual base::Value* PipelineInfoToValue() const OVERRIDE;
// HttpPipelinedHostPool::Delegate interface
@@ -99,8 +97,6 @@ class NET_EXPORT_PRIVATE HttpStreamFactoryImpl :
HttpNetworkSession* const session_;
- std::set<HostPortPair> tls_intolerant_servers_;
-
// All Requests are handed out to clients. By the time HttpStreamFactoryImpl
// is destroyed, all Requests should be deleted (which should remove them from
// |request_map_|. The Requests will delete the corresponding job.
« no previous file with comments | « net/http/http_stream_factory.h ('k') | net/http/http_stream_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698