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

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: 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
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..9624ac4474d68de1e1e1b5244615836e32864aef 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 abruptly close any TLS connections in order to
+ // test SSLv3 fallback.
wtc 2012/04/26 00:49:14 COMMENT BUG: I was confused by this comment becaus
agl 2012/04/26 17:03:29 Done.
+ bool tls_intolerant;
};
// Pass as the 'host' parameter during construction to server on 127.0.0.1

Powered by Google App Engine
This is Rietveld 408576698