tus / tusd

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

docs: Handle slash trimmed path in example server #1118

Closed blmhemu closed 2 months ago

blmhemu commented 2 months ago

The tusd handler works on slash trimmed paths i.e /files. Making the example server do the same.

Usecase: Just wasted a couple of hours debugging this behaviour using the example server.