real-debrid-downloader/src
Sucukdeluxe 3ed31b7994
Some checks are pending
Build and Release / build (push) Waiting to run
Fix core download bugs: resume corruption, 416 handling, stream leak, drain timeout
- HTTP 200 on resume: detect server ignoring Range header, write in truncate mode
  instead of appending (prevents doubled/corrupted files)
- HTTP 416 without Content-Range: assume complete if >1MB exists instead of
  deleting potentially multi-GB finished files
- Stream handle leak: explicit destroy() after finally to prevent fd exhaustion
- Drain timeout: don't abort controller on disk backpressure, let inner retry
  loop handle it instead of escalating to full stall pipeline

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 15:12:33 +01:00
..
main Fix core download bugs: resume corruption, 416 handling, stream leak, drain timeout 2026-03-02 15:12:33 +01:00
preload Add bandwidth statistics tab with live chart 2026-03-01 15:56:57 +01:00
renderer Sort active packages by completion percentage, not absolute count 2026-03-02 14:03:43 +01:00
shared Add bandwidth statistics tab with live chart 2026-03-01 15:56:57 +01:00