mirror of
https://github.com/syncthing/syncthing.git
synced 2026-03-24 09:13:36 -04: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