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

Unified Diff: net/data/websocket/README

Issue 436493002: Handle multiple simultanous wss: connections. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use a pointer instead of a reference to scoped_ptr. Created 6 years, 5 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/data/websocket/README
diff --git a/net/data/websocket/README b/net/data/websocket/README
index d31d184d19b8ef3a702193c1eef972709ac489e3..f70eb4127eae18cefa0ecbb95002da1148be2680 100644
--- a/net/data/websocket/README
+++ b/net/data/websocket/README
@@ -34,6 +34,9 @@ Multiple tests may share one resource, or URI handler.
websocket connections to the handler.
Used by SendCloseFrameWhenTabIsClosed.
+- multiple-connections.html : Verify that HTTP connection limits are not applied
+ to WebSockets. Used by WebSocketBrowserTest.SSLConnectionLimit.
+
- websocket_worker_simple.js : A JavaScript runs on Workers created from the
websocket_shared_worker.html.
Used by WorkerTest.WebSocketSharedWorker.

Powered by Google App Engine
This is Rietveld 408576698