tus / tus-resumable-upload-protocol

Open Protocol for Resumable File Uploads
https://tus.io
MIT License
1.48k stars 103 forks source link

Clarify handling of empty uploads #197

Closed Acconut closed 4 months ago

Acconut commented 4 months ago

Empty uploads with Upload-Length: 0 were previously already allowed but this PR explicitly mentions them and provides more context on how to handle them.

This change is based on a question from https://github.com/tus/tus-resumable-upload-protocol/issues/196.