Replace streaming download with chunked buffer download to fix corruption
Build and Release / build (push) Has been cancelled
Build and Release / build (push) Has been cancelled
- Replace Readable.fromWeb() + pipeline with ReadableStream.getReader() loop - Collect chunks in memory, verify size, then write to disk in one shot - Add Accept-Encoding: identity to prevent content encoding issues - Eliminates stream conversion bugs that caused file corruption on some servers Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
98425764d3
commit
e384199c6e
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "real-debrid-downloader",
|
||||
"version": "1.4.62",
|
||||
"version": "1.4.63",
|
||||
"description": "Real-Debrid Downloader Desktop (Electron + React + TypeScript)",
|
||||
"main": "build/main/main/main.js",
|
||||
"author": "Sucukdeluxe",
|
||||
|
||||
Reference in New Issue
Block a user