-
Couldn't load subscription status.
- Fork 108
Open
Description
Saw this issue happen today:
- User began uploading a large file, the url was stored in local storage
- User began uploading the same file again (but to a different object)
Currently, one of them will return "409 Conflict" as the spec instructs and thus halts, while the other is was able to continue uploading fine.
"409" is good when the client does something it shouldn't and thus acts as a safeguard. But could we provide a better http status code when the server detects that the file is being uploaded already? e.g. The http status code "423" is defined as Locked, which could be more appropriate in this case.
This would allow us to catch "423" errors, and handle them appropriately.
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels