| 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
|
|
|