Implement new websocket handshake based on draft-hixie-thewebsocketprotocol-76
BUG=none TEST=net_unittests passes Review URL: http://codereview.chromium.org/1108002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42736 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- chrome/browser/net/websocket_experiment/websocket_experiment_task.cc 1 addition, 0 deletions...ser/net/websocket_experiment/websocket_experiment_task.cc
- net/net.gyp 3 additions, 0 deletionsnet/net.gyp
- net/websockets/websocket.cc 15 additions, 3 deletionsnet/websockets/websocket.cc
- net/websockets/websocket.h 8 additions, 0 deletionsnet/websockets/websocket.h
- net/websockets/websocket_handshake.cc 206 additions, 112 deletionsnet/websockets/websocket_handshake.cc
- net/websockets/websocket_handshake.h 58 additions, 21 deletionsnet/websockets/websocket_handshake.h
- net/websockets/websocket_handshake_draft75.cc 156 additions, 0 deletionsnet/websockets/websocket_handshake_draft75.cc
- net/websockets/websocket_handshake_draft75.h 63 additions, 0 deletionsnet/websockets/websocket_handshake_draft75.h
- net/websockets/websocket_handshake_draft75_unittest.cc 217 additions, 0 deletionsnet/websockets/websocket_handshake_draft75_unittest.cc
- net/websockets/websocket_handshake_unittest.cc 173 additions, 80 deletionsnet/websockets/websocket_handshake_unittest.cc
- net/websockets/websocket_unittest.cc 4 additions, 0 deletionsnet/websockets/websocket_unittest.cc
Loading
Please register or sign in to comment