crossbario / autobahn-testsuite

Autobahn WebSocket protocol testsuite
https://crossbar.io/autobahn/
Apache License 2.0
1k stars 84 forks source link

Case 7.9.6: Close code 1014 is now valid #113

Closed theturtle32 closed 4 years ago

theturtle32 commented 4 years ago

Close Code 1014 (and 1015, too) is now a legal close code as it has been defined in the iana close code registry.

https://www.iana.org/assignments/websocket/websocket.xhtml#close-code-number

If Case 7.9.6 is to expect close code 1002 (protocol error) when sending an invalid close code, it should send an invalid close code to test that case.

theturtle32 commented 4 years ago

Oops, this is a dup of #88