zulip/zerver/tornado
Alex Vandiver 7e1f212366 tornado: Handle the handler having been cleared by connection close.
As premonitioned in c741c527d7, it is
indeed possible for `get_handler_by_id` to error out by cause the
handler has been unset elsewhere.

Protect the callsites of `get_handler_by_id` to be able to gracefully
handle when the handler has already done away.
2023-12-12 10:29:37 -08:00
..
__init__.py
application.py tornado: Fix autoreload for Tornado 6.4 changes. 2023-12-09 14:24:45 -08:00
descriptors.py tornado: Support sharding by user ID. 2022-11-15 17:27:01 -08:00
django_api.py register: Add client capability to not receive unknown users data. 2023-12-06 00:09:53 -08:00
event_queue.py tornado: Handle the handler having been cleared by connection close. 2023-12-12 10:29:37 -08:00
exceptions.py mypy: Enable new error explicit-override. 2023-10-12 12:28:41 -07:00
handlers.py tornado: Handle the handler having been cleared by connection close. 2023-12-12 10:29:37 -08:00
ioloop_logging.py tornado: Remove instrument_tornado_ioloop. 2022-05-02 17:41:49 -07:00
sharding.py tornado_url: Replace occurrences of `uri` with `url`. 2023-04-26 16:37:16 -07:00
views.py register: Add client capability to not receive unknown users data. 2023-12-06 00:09:53 -08:00