| Index: runtime/bin/websocket_impl.dart
|
| diff --git a/runtime/bin/websocket_impl.dart b/runtime/bin/websocket_impl.dart
|
| index 32ba0c20591fbd9c096fd9c9534b86b5d59d6e0c..49397aeb3bc74acdd4b9adf4bdaea2a0af8e05a2 100644
|
| --- a/runtime/bin/websocket_impl.dart
|
| +++ b/runtime/bin/websocket_impl.dart
|
| @@ -214,7 +214,7 @@ class _WebSocketProtocolProcessor {
|
| index++;
|
| }
|
| } catch (e) {
|
| - if (onClosed !== null) onClosed(1006, "Protocol error");
|
| + if (onClosed !== null) onClosed(1002, "Protocol error");
|
| _state = FAILURE;
|
| }
|
| }
|
|
|