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

Unified Diff: net/test/spawned_test_server/base_test_server.h

Issue 416683002: This CL corrects a bug in which the OnHandshakeComplete callback for an ssl session was never called (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@r2
Patch Set: Removed session to callback map from SSLSessionCallback, added unittest Created 6 years, 4 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/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 6dd67db3038a186d192e2e8baee4bf509c9aded8..7f50e48a58e14b3b4ec8be7844f2309e97f8135b 100644
--- a/net/test/spawned_test_server/base_test_server.h
+++ b/net/test/spawned_test_server/base_test_server.h
@@ -203,6 +203,9 @@ class BaseTestServer {
// Whether to enable NPN support.
bool enable_npn;
+
+ // Tells the server to use a session cache of None.
+ bool none_session_cache;
Ryan Sleevi 2014/08/06 01:31:30 This isn't really descriptive in the context of ju
mshelley 2014/08/06 03:09:31 Done.
};
// Pass as the 'host' parameter during construction to server on 127.0.0.1

Powered by Google App Engine
This is Rietveld 408576698