ASPLes / nopoll

OpenSource WebSocket toolkit
http://www.aspl.es/nopoll
GNU Lesser General Public License v2.1
124 stars 74 forks source link

Add close status values of 1006 and 1005. #41

Closed schmidtw closed 6 years ago

schmidtw commented 6 years ago

Add the reserved status codes 1005 and 1006 (per https://tools.ietf.org/html/rfc6455#section-7.4.1) to allow clients to determine the state of the close frame.

francisbrosnan commented 6 years ago

All checked and working as expected. Merging. Best Regards.