RUFF doesn't make sure the file is downloaded #6
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: diff/ruff#6
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Should investigate if there's any way to peer into whether or not the file was successfully offloaded to the remote computer. Seems like it should be possible, right? At least if the connection closes before ServeFile returns, we know something went wrong. I think.