mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 14:08:23 +00:00
We're currently proxying through Apache, which will eventually drop an idle connection to the app server. Before that happens, drop it on the client and retry. This may also help with flaky Internet connections. This timeout isn't really an error condition and is naturally rate-limited, so we retry indefinitely. (imported from commit 45fbf812af63ed331fe046d85c64c97c1ec57611)