tus / tusd

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

Support RUFH draft-01 and -02 #1065

Closed Acconut closed 2 weeks ago

Acconut commented 8 months ago

Currently we only support -02 since https://github.com/tus/tusd/pull/1027, but iOS 17 only support -01, making them incompatible.

Acconut commented 2 weeks ago

Fixed in https://github.com/tus/tusd/pull/1066.