websockify/websockify
Pierre Ossman 01ef6a6a55 Require same arguments on insufficient socket space
This matches the behaviour of SSLSocket, which we are trying to mimic.
It also closely matches the behaviour of normal Socket which can be
assumed to not have sent anything if an error occurs. We might actually
send some data, but the caller cannot really see that and must call us
again as if no data was sent.
2020-09-30 14:58:19 +02:00
..
__init__.py Don't use implicit relative imports 2015-02-03 16:52:29 -05:00
__main__.py Add a __main__.py file for invocation as a module 2019-06-13 17:16:25 +02:00
auth_plugins.py novnc redis backed token_plyugins.py 2019-04-29 20:32:04 +02:00
sysloghandler.py Syslog now RFC 5424 compliant and properly identified. 2018-08-28 19:52:47 +01:00
token_plugins.py Convert old print statement into function 2020-07-28 14:35:49 +02:00
websocket.py Require same arguments on insufficient socket space 2020-09-30 14:58:19 +02:00
websocketproxy.py Log connection errors better 2020-02-27 15:54:29 +01:00
websocketserver.py Change WebSocket request handler to a mix-in 2018-08-15 17:07:37 +02:00
websockifyserver.py Require same arguments on insufficient socket space 2020-09-30 14:58:19 +02:00