Bug Fixes for Chunked Uploads in Brave and Edge
🐛 Bug Fixes
- server: Chunk upload requests (
/upload/:id/chunk) are now exempt from the global rate limiter - previously, uploading a large file would exceed the 60 requests/minute limit and cause 429 errors, breaking uploads entirely in production - web: Chunk upload body changed from
BlobtoArrayBuffer- fixes uploads permanently stalling at 0% in Brave and Edge, where the browser opened HTTP/2 streams but never sent DATA frames for Blob bodies from Web Workers
🐳 Docker
- Image:
skyfay/skysend:v2.2.2 - Also tagged as:
latest,v2 - Platforms: linux/amd64, linux/arm64