bug
Every file in `incoming` is unlinked without determining whether its `BlobWriter` is still active; a scheduled or admin sweep can unlink an in-progress fetch’s temporary file, causing its later… Every file in `incoming` is unlinked without determining whether its `BlobWriter` is still active; a scheduled or admin sweep can unlink an in-progress fetch’s temporary file, causing its later commit/rename to fail and the download to return an error.
services/proxy/src/sweep.rs:232
Evidence quote
Not recorded
Suggested fix
Not recorded