Index: net/test/spawned_test_server/base_test_server.h |
diff --git a/net/test/spawned_test_server/base_test_server.h b/net/test/spawned_test_server/base_test_server.h |
index 5c47ebc05a397568ed535ef63aeaaa82b32ac82a..a9bacbb67a80821b5e86af708b49e47fc93741ce 100644 |
--- a/net/test/spawned_test_server/base_test_server.h |
+++ b/net/test/spawned_test_server/base_test_server.h |
@@ -171,6 +171,10 @@ class BaseTestServer { |
// negotiates an intolerant TLS version in order to test version fallback. |
TLSIntolerantLevel tls_intolerant; |
+ // If true, the server will simulate intolerance with a TCP reset rather |
+ // than a handshake_failure alert. |
+ bool reset_on_intolerance; |
+ |
// fallback_scsv_enabled, if true, causes the server to process the |
// TLS_FALLBACK_SCSV cipher suite. This cipher suite is sent by Chrome |
// when performing TLS version fallback in response to an SSL handshake |