[whatwg] WebSocket: redundant step in establish connection

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

Received on Wednesday, 21 April 2010 04:41:47 UTC