websockify/websockify
Pierre Ossman 3b2a0a5884 Make sure ping/pong data is in the correct type
For Python 3 we need to make sure the data payload is bytes, not str.
2018-02-28 10:58:25 +01:00
..
__init__.py Don't use implicit relative imports 2015-02-03 16:52:29 -05:00
auth_plugins.py Do not use base except: clauses 2017-11-10 05:48:20 -05:00
token_plugins.py Do not use base except: clauses 2017-11-10 05:48:20 -05:00
websocket.py Merge branch 'empty-message' of https://github.com/andersk/websockify 2017-11-13 10:44:57 +01:00
websocketproxy.py Fix handling of closed proxy socket 2018-01-25 15:46:41 +01:00
websocketserver.py Do not use base except: clauses 2017-11-10 05:48:20 -05:00
websockifyserver.py Make sure ping/pong data is in the correct type 2018-02-28 10:58:25 +01:00