Chromium Code Reviews| 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; |
|
Anders Johnsen
2012/10/30 10:43:06
This looks wrong to me. If you break here, the 'ha
Mads Ager (google)
2012/10/30 11:12:40
This is the end of a switch case, so the only thin
|
| } |
| // Move to the next byte. |