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

Unified Diff: net/data/websocket/README

Issue 336263005: Map WebSocket URL schemes to HTTP URL schemes for auth purposes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace accidentally removed #include <string> 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 9282a3816feb10949dc5407a740def0cc2063385..d31d184d19b8ef3a702193c1eef972709ac489e3 100644
--- a/net/data/websocket/README
+++ b/net/data/websocket/README
@@ -19,6 +19,11 @@ Multiple tests may share one resource, or URI handler.
content::TitleWatcher.
Used by WorkerTest.WebSocketSharedWorker.
+- connect_to.html : A page which makes a connection to the WebSocket server
+ specified in the "url" parameter,
+ eg. connect_to.html?url=ws://localhost/echo Sets the title to "PASS" if
+ connection succeeds and "FAIL" otherwise.
+
- counted_connection.html : A page that creates a WebSocket connection
to count-connection_wsh.
This file does NOT close the established connection.

Powered by Google App Engine
This is Rietveld 408576698