levelrin / jws-server

A framework for WebSocket server in Java
MIT License
0 stars 0 forks source link

Prevent the server from using forbidden status codes #46

Closed levelrin closed 3 years ago

levelrin commented 3 years ago

According to the rfc6455, the server must not use the following status codes: 1005, 1006, and 1015. The user must not be allowed to use those status codes when the server sends a close frame.