[whatwg] WebSocket: redundant step in establish connection

Simon Pieters simonp at opera.com
Wed Apr 21 04:41:47 PDT 2010


WebSocket establish a WebSocket connection:

[[
30. If code is not three bytes long, or if any of the bytes in code are  
not in the range 0x30 to 0x39, then fail the WebSocket connection and  
abort these steps.
]]

This step seems entirely redundant. The next step checks for "101" or  
"407".

-- 
Simon Pieters
Opera Software



More information about the whatwg mailing list