wangshen2014 / pywebsocket

Automatically exported from code.google.com/p/pywebsocket
0 stars 0 forks source link

Implement draft-ietf-hybi-thewebsocketprotocol-13 #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://www.ietf.org/id/draft-ietf-hybi-thewebsocketprotocol-13.txt

Original issue reported on code.google.com by toyoshim@chromium.org on 4 Oct 2011 at 8:38

GoogleCodeExporter commented 9 years ago
TODO

[draft-ietf-hybi-thewebsocketprotocol-13]
- Status Codes update (Change 1004 as reserved, and add 1008, 1009, 1010).

[draft-ietf-hybi-thewebsocketprotocol-14]
- Extension values in extension-param could be quoted-string in addition to 
token.
- support multiple versions of WebSocket protocol.
- Payload length MUST be encoded in minimal number of bytes
- Sec-WebSocket-Key and Sec-WebSocketAccept header field MUST NOT appear more 
than once
- Sec-WebSocket-Extensions and Sec-WebSocket-Protocol header filed MAY appear 
multiple times in requests, but it MUST NOT appear more than once in responses
- Sec-WebSocket-Version header filed MAY appear multiple times in responses, 
but it MUST NOT appear more than once in requests.
- Status code 1007 was changed.

[draft-ietf-hybi-thewebsocketprotocol-15]
- The servers MUST close the connection upon receiving a non-masked frame with 
status code of 1002.

[draft-ietf-hybi-thewebsocketprotocol-16]
- Nothing

Original comment by toyoshim@chromium.org on 4 Oct 2011 at 8:53

GoogleCodeExporter commented 9 years ago
All items were fixed.

Original comment by toyoshim@chromium.org on 27 Oct 2011 at 3:53