Chromium Code Reviews| Index: net/test/test_server.h |
| diff --git a/net/test/test_server.h b/net/test/test_server.h |
| index 8d6d8a2ca8857ac7fabad8b642c9e982bacd34d9..9352cd04a8d5d863a38a5198efc4e7e6640e2e54 100644 |
| --- a/net/test/test_server.h |
| +++ b/net/test/test_server.h |
| @@ -103,6 +103,11 @@ class TestServer { |
| // HTTPS server, or BULK_CIPHER_ANY to indicate that all implemented |
| // ciphers are acceptable. |
| int bulk_ciphers; |
| + |
| + // If true, pass the --https-record-resume argument to testserver.py which |
| + // causes it to log session cache actions and echo the log on |
| + // /session-cache. |
|
wtc
2011/12/10 01:22:37
/session-cache => /ssl-session-cache
agl
2011/12/12 22:18:20
Done.
|
| + bool record_resume; |
| }; |
| TestServer(Type type, const FilePath& document_root); |