Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

pywebsocket-0.7.3

Compare
Choose a tag to compare
@hiroshige-g hiroshige-g released this 24 Aug 06:41
· 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)