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

Unified Diff: lib/src/channel.dart

Issue 1756613002: Add an IO implementation of WebSocketChannel. (Closed) Base URL: git@github.com:dart-lang/web_socket_channel.git@master
Patch Set: Created 4 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: lib/src/channel.dart
diff --git a/lib/src/channel.dart b/lib/src/channel.dart
index a8219a12e291c5878df2ceadc4e51fd950090973..a4e3ed59fe584f49fcf6118a28b833394aada2ed 100644
--- a/lib/src/channel.dart
+++ b/lib/src/channel.dart
@@ -70,7 +70,7 @@ class WebSocketChannel extends StreamChannelMixin {
WebSocketSink get sink => new WebSocketSink._(_webSocket);
/// Signs a `Sec-WebSocket-Key` header sent by a WebSocket client as part of
- /// the [initial handshake].
+ /// the [initial handshake][].
///
/// The return value should be sent back to the client in a
/// `Sec-WebSocket-Accept` header.

Powered by Google App Engine
This is Rietveld 408576698