tus / tusd

Reference server implementation in Go of tus: the open protocol for resumable file uploads
https://tus.github.io/tusd
MIT License
3.09k stars 480 forks source link

Upload-Offset should not be returned for partial uploads #49

Closed cjhenck closed 8 years ago

cjhenck commented 8 years ago

When using the concatenation extension, partial uploads should not have an offset, which also implies that they should be PATCHed from offset 0 regardless of how many bytes have been received so far.:

https://github.com/tus/tus-resumable-upload-protocol/blob/master/protocol.md#concatenation

Acconut commented 8 years ago

Do you refer to the ambiguities mentioned in #81?

cjhenck commented 8 years ago

Yes. I suppose my original comment is not necessarily correct, it depends on the resolution for 81.

Acconut commented 8 years ago

tus/tus-resumable-upload-protocol#85 will most likely be accepted and therefore tusd is conform again. :) Thank you for noticing!