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

Unified Diff: sdk/lib/io/websocket.dart

Issue 12340072: dart:io | Enable tests of secure websocket connections. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove indentation FOR REVIEW ONLY. Intentation is restored in version to commit. Created 7 years, 10 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: sdk/lib/io/websocket.dart
diff --git a/sdk/lib/io/websocket.dart b/sdk/lib/io/websocket.dart
index 48cf54af42d48bda19a3d902ae5ff4358ed378ef..96b3165f11cf23a1c4ed60db5e985da09ab2b40f 100644
--- a/sdk/lib/io/websocket.dart
+++ b/sdk/lib/io/websocket.dart
@@ -47,8 +47,7 @@ abstract class WebSocketTransformer
/**
- * Base class for the events generated by the W3C complient browser
- * API for web sockets.
+ * Base class for the events generated by the [WebSocket] stream.
*/
abstract class Event { }
@@ -91,7 +90,7 @@ abstract class CloseEvent extends Event {
/**
- * Alternative web socket client interface. This interface is compliant
+ * A client or server web socket connection. This interface is compliant
* with the W3C browser API for web sockets specified in
* http://dev.w3.org/html5/websockets/.
*/
« no previous file with comments | « no previous file | tests/standalone/io/web_socket_no_secure_test.dart » ('j') | tests/standalone/io/web_socket_no_secure_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698