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

Unified Diff: net/test/base_test_server.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_impl_job.cc ('k') | net/test/base_test_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/base_test_server.h
diff --git a/net/test/base_test_server.h b/net/test/base_test_server.h
index fd04e55133b7e83bf860849b70e2c9ba00c419d0..f7d5654baf223876937741b1ff486e66f1d8a8c3 100644
--- a/net/test/base_test_server.h
+++ b/net/test/base_test_server.h
@@ -126,6 +126,10 @@ class BaseTestServer {
// causes it to log session cache actions and echo the log on
// /ssl-session-cache.
bool record_resume;
+
+ // If true, the server will abort any TLS handshake in order to test
+ // SSLv3 fallback.
+ bool tls_intolerant;
};
// Pass as the 'host' parameter during construction to server on 127.0.0.1
« no previous file with comments | « net/http/http_stream_factory_impl_job.cc ('k') | net/test/base_test_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698