Closed webspec2012 closed 2 months ago
I only had a brief look at tusd's code, but it's likely that the PreFinishResponseCallback is not called when the concatenation extensions is used. That would be a bug that needs to be fixed in tusd.
Brief update: It will take me two weeks until I can get to this.
This should be fixed in the next release, which I plan on cutting today. Let me know if the issue continues to persist.
Release is here: https://github.com/tus/tusd/releases/tag/v2.5.0
Question
I use tusd through the Golang library. Faced with the fact that the PreFinishResponseCallback is not called after concatenate multiple uploads.
I need to check the merged file and give a response to the user. How can I do this?