mirror of
https://github.com/syncthing/syncthing.git
synced 2026-01-26 06:38:52 -05:00
This avoids unnecessary browser request failures and retries. Eg: - Browser reuses existing HTTP connection for GUI refresh request - Server closes connection with request in flight - Browser retries GET request. GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3854