Skip to content

Conversation

Chenjp
Copy link
Contributor

@Chenjp Chenjp commented Dec 18, 2024

Since allowed methods check has been performed previously, failure status code switch to 409 / SC_CONFLICT.

Root cause may be insufficient privileges, OS file locking, or already deleted by another concurrent request.

…OD_NOT_ALLOWED

Since allowed methods check has been performed previously, "method not allowed" is not suitable, then switch to 409.

Root cause may be insufficient privileges, OS file locking, or already deleted by another concurrent request.
@rmaucher
Copy link
Contributor

Changing things just for the sake of it is not a good plan. The return code is acceptable.

@rmaucher rmaucher closed this Dec 18, 2024
@Chenjp
Copy link
Contributor Author

Chenjp commented Dec 19, 2024

It’s confusing.
When clients send Options request later , delete method will still on the available table.

@Chenjp
Copy link
Contributor Author

Chenjp commented Dec 19, 2024

Changing things just for the sake of it is not a good plan. The return code is acceptable.

@rmaucher cause inconsistent allowed methods with Options results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants