What's wrong with this entry?
The self-update download was rewritten to stream the binary to disk rather than buffering it entirely in memory:
- A stall timeout resets on each chunk received; a separate total deadline aborts the download if it takes too long overall
- Partial files are cleaned up on failure
ERR_STREAM_PREMATURE_CLOSEis now detected and triggers a retryatomicMoveToInstallPathretries onEBUSY(Windows file-locking) with increasing delays
Streaming download (search for "ERR_STREAM_PREMATURE_CLOSE") and deadline message (search for "Download timed out: exceeded the total deadline") — A5g() at line ~481355
Strings lifted out of the shipped bundle, so the claim above can be checked against them.