websockify/websockify
Michal Srb 2c0e8cb8f4 Fix inetd mode on Python 2.
In python 2 the ssl.wrap_socket doesn't work on sockets created using socket.fromfd.
The workaround is to wrap the socket returned by socket.fromfd into another socket
object using the private _sock constructor parameter.
2017-08-14 16:59:54 +02:00
..
__init__.py Don't use implicit relative imports 2015-02-03 16:52:29 -05:00
auth_plugins.py Verify username/password with BasicAuth plugin 2015-10-06 12:09:22 +02:00
token_plugins.py Added support for IPv6 addresses in tokens 2015-09-30 16:04:19 -03:00
websocket.py Handle ping/pong without payload properly 2017-04-19 13:30:10 +02:00
websocketproxy.py Add support for inetd. 2017-08-14 16:59:54 +02:00
websocketserver.py Split out basic WebSocket server template 2017-02-01 08:33:07 +01:00
websockifyserver.py Fix inetd mode on Python 2. 2017-08-14 16:59:54 +02:00