This repository was archived by the owner on Jun 9, 2020. It is now read-only.
pywebsocket-0.7.3
·
235 commits
to master
since this release
Protocol update
- made validation of Sec-WebSocket-Key strict to conform RFC 4648
New feature
- when logging level is set to debug, shows compression ratio of compression extension
Bug fix
- echo_client.py didn't work since ws_version was not set up correctly
Source code readability
- cleaned up version names (draft 13 and draft 17 -> RFC 6455)