mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-08-27 19:19:55 -04:00
[PR #158] [CLOSED] limit chunks length on downloads #171
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop-app/pull/158
Author: @laylafogiel-hash
Created: 10/12/2025
Status: ❌ Closed
Base:
develop← Head:limit-chunk-length📝 Commits (1)
38f7483limit chunks length on downloads📊 Changes
1 file changed (+106 additions, -94 deletions)
View changed files
📝
src-tauri/src/games/downloads/download_logic.rs(+106 -94)📄 Description
The drop server limits the length of requested chunks to 256 (see file server/api/v2/client/chunk.post.ts), but the client may request bigger chunks than that, which cuase an error. This especially can happen with .zip files which may have large chunks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.