mirror of https://github.com/zulip/zulip.git
b63e995e82
Because the Redis client returns exclusively bytes -- even for hash keys -- even on Python 3, the test `'response' in status` was always returning false, and the line that tries to decode as JSON was never running, so we were passing `response` through as a `bytes` object encoding some JSON. I'm not sure what the impact of this bug was, and in particular whether something downstream would have fudged it to make up for this error. |
||
---|---|---|
.. | ||
__init__.py | ||
application.py | ||
descriptors.py | ||
event_queue.py | ||
exceptions.py | ||
handlers.py | ||
ioloop_logging.py | ||
socket.py | ||
views.py | ||
websocket_client.py |