mirror of https://github.com/zulip/zulip.git
3f55e26a9f
The new Tornado handler tracking logic properly handled requests that threw an exception or followed the RespondAsynchronously code path, but did not properly de-allocated the handler in the syncronous case. An easy reproducer for this is to load a new Zulip browser window; that will leak 2 handler objects for the 2 synchronous requests made from Django to Tornado as part of initial state fetching. |
||
---|---|---|
.. | ||
commands | ||
__init__.py |