Critical Bug Fixes for Chunked Uploads in HTTP/2 Proxied Environments
- server: Fixed rate limiter path matching - the regex anchor (
^) prevented chunk requests from being recognized through the/apisub-router, causing 429 errors despite the exemption - server: Fixed HTTP/2 flow-control deadlock that caused uploads to stall at 0-1% in Chrome, Firefox, Brave, and Edge through reverse proxies - the server now reads each chunk body immediately instead of deferring reads in a promise chain, preventing proxy flow-control backpressure from blocking the connection
🐳 Docker
- Image:
skyfay/skysend:v2.2.3 - Also tagged as:
latest,v2 - Platforms: linux/amd64, linux/arm64