Skip to content

v0.3.1

Choose a tag to compare

@goshitsarch-eng goshitsarch-eng released this 08 Mar 18:34
· 11 commits to main since this release

Fixed

  • Segmented HTTP downloads now downgrade to a single stream and restart safely from byte 0 when a server or CDN stops honoring Range requests mid-transfer.
  • Single-connection HTTP resumes now restart cleanly from byte 0 when a server returns a full-body response instead of an appendable partial response.
  • Ranged-response validation now reports restart-required If-Range and validator mismatch cases more clearly without reintroducing over-100% progress.