| Index: lib/io/websocket_impl.dart
|
| diff --git a/runtime/bin/websocket_impl.dart b/lib/io/websocket_impl.dart
|
| similarity index 99%
|
| rename from runtime/bin/websocket_impl.dart
|
| rename to lib/io/websocket_impl.dart
|
| index 0d2089d0d7c6e6e5cd71fcdbd69b22a048a02e30..dfeb2ec3c173ca9f9e1e72249732a139aef523e2 100644
|
| --- a/runtime/bin/websocket_impl.dart
|
| +++ b/lib/io/websocket_impl.dart
|
| @@ -208,6 +208,7 @@ class _WebSocketProtocolProcessor {
|
|
|
| // Hack - as we always do index++ below.
|
| index--;
|
| + break;
|
| }
|
|
|
| // Move to the next byte.
|
|
|