You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look into streaming zip responses without making a temp file on server
I thought this wasn't possible because the local file headers include the uncompressed length. But for music it's probably fine to used "stored" (no-op) compression, and ZIP64 might actually put this in an extra descriptor which sits after the file data.
Anyway, for a similar application I stream TAR, which doesn't have this issue.
Implementation notes:
The text was updated successfully, but these errors were encountered: