s3rius / rustus

TUS protocol implementation in Rust.
https://s3rius.github.io/rustus/
MIT License
150 stars 13 forks source link

Post-finish webhook fails to fire with a single-chunk upload and `creation-with-upload` enabled. #92

Closed Kaelten closed 2 years ago

Kaelten commented 2 years ago

When enabling creation-with-upload for an upload that is small enough to finish as part of the upload creation step, the post-finish webhook does not fire.

I successfully see the post-finish webhook when the file requires multiple chunks to upload or when I disable creation-with-upload.

s3rius commented 2 years ago

Hi! I added a fix. Will be released in 0.5.6.

Kaelten commented 2 years ago

Fix confirmed! Thanks!

s3rius commented 2 years ago

@Kaelten Cool! Happy uploading!