deb-websockify/websockify
Solly Ross 1e894f0d29 Fix auth plugins on Python 3.x
Python 3 does not have a `getheader` method on the header object,
and instead uses just `get`.
2015-08-25 17:50:22 -04:00
..
__init__.py Don't use implicit relative imports 2015-02-03 16:52:29 -05:00
auth_plugins.py Fix auth plugins on Python 3.x 2015-08-25 17:50:22 -04:00
token_plugins.py Fix bug in ReadOnlyTokenFile 2015-05-13 16:03:37 -04:00
websocket.py Introduce strict mode 2015-05-13 16:03:57 -04:00
websocketproxy.py Catch interrupted system call 2015-05-13 16:15:25 -04:00