mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 07:52:19 +00:00
The widening of the time between when a process is marked for reload (at Tornado startup) and when it sends reload events makes it unlikely-to-impossible that a single `/` request will span both of them, and thus hit the WebReloadClientError corner case. Remove it, as it is not worth the complication. The bad behaviour it is attempting to prevent (of a reload right after opening `/`) was always still possible -- if the `/` request completed right before Tornado restarted -- so it is not clear that it was ever worth the complication.
76 KiB
76 KiB