| Index: sdk/lib/io/websocket.dart
|
| diff --git a/sdk/lib/io/websocket.dart b/sdk/lib/io/websocket.dart
|
| index b67f89e3b3ab20f10b53c5cb638141bc22bf31f3..813091268f41a5d0b3b5f33e4a90c9353a99a4d0 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 the pong is received.
|
| + * timer starts when either data or a pong message is received.
|
| *
|
| * Set the [pingInterval] to `null` to disable sending ping messages.
|
| *
|
|
|