Skip to content

feat: Range-resumable model downloads - #57

Merged
ronaldtse merged 1 commit into
mainfrom
feat/resumable
Sep 1, 2026
Merged

feat: Range-resumable model downloads#57
ronaldtse merged 1 commit into
mainfrom
feat/resumable

Conversation

@ronaldtse

Copy link
Copy Markdown
Contributor

Flaky mobile networks no longer restart 250MB downloads: stream reader errors resume with a Range header; ignored-Range responses detected (206 check) and restarted cleanly.

Dropped connections resume from the received byte offset (up to 5
attempts); servers that ignore Range restart cleanly instead of
corrupting the artifact.
@ronaldtse
ronaldtse merged commit 8ae7c43 into main Sep 1, 2026
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant