commit | 033f0175b43ee50523cd007d61a574aedf252258 | [log] [tgz] |
---|---|---|
author | Natalie Weizenbaum <nweiz@google.com> | Thu Feb 25 15:53:27 2016 -0800 |
committer | Natalie Weizenbaum <nweiz@google.com> | Thu Feb 25 15:53:27 2016 -0800 |
tree | e15269a31596db523e338642d1aebfb676493472 | |
parent | 03d6e8a33ac08e7b17eba071644a1917df62744d [diff] |
Copy the web socket stuff from http_parser. I'm moving this to a separate package where it makes sense to also have implementations of WebSocketChannel that wrap the dart:io and dart:html WebSocket classes. This will make it a lot easier for users to use libraries (such as json_rpc_2) that require StreamChannels with well-behaved socket channels. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1734773002 .