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

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

Issue 19563006: Revert 25425 and disable web_socket_ping_test on simulators for now. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
« no previous file with comments | « no previous file | sdk/lib/io/websocket_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/websocket.dart
diff --git a/sdk/lib/io/websocket.dart b/sdk/lib/io/websocket.dart
index 813091268f41a5d0b3b5f33e4a90c9353a99a4d0..b67f89e3b3ab20f10b53c5cb638141bc22bf31f3 100644
--- a/sdk/lib/io/websocket.dart
+++ b/sdk/lib/io/websocket.dart
@@ -138,7 +138,7 @@ abstract class WebSocket implements Stream, StreamSink {
* pong message must be received within [pingInterval].
*
* There are never two outstanding pings at any given time, and the next ping
- * timer starts when either data or a pong message is received.
+ * timer starts when the pong is received.
*
* Set the [pingInterval] to `null` to disable sending ping messages.
*
« no previous file with comments | « no previous file | sdk/lib/io/websocket_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698