Closed tuommaki closed 5 months ago
Your changes ADD .tmp as an extension but in the serving function the check that looks for temp files sets the extension, overwriting the existing one.
Whoops! That was a very good catch! Thanks! Extracted the functionality and used it in both.
When multiple files with same name, but different extension are submitted for download concurrently, there was a conflict with the filename.
This change fixes by adding ".tmp" to filename instead of replacing the whole extension.