gevulotnetwork / gevulot

Gevulot is an internet scale compute network for zero-knowledge proof generation and verification.
https://gevulot.com
Apache License 2.0
154 stars 48 forks source link

Fix tempfile naming in download manager #195

Closed tuommaki closed 5 months ago

tuommaki commented 5 months ago

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.

tuommaki commented 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.