Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Returning 204 on delete should not send any content #90

Open
birme opened this issue Jun 11, 2024 · 0 comments
Open

Returning 204 on delete should not send any content #90

birme opened this issue Jun 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@birme
Copy link
Contributor

birme commented Jun 11, 2024

The 204 No content should not send any data on the line as it may cause some clients to not be able to close the connection (unread data in buffer). The expected behavior is that if 204 is signalled no data should be sent in the response. If data is sent 200 should be used.

@birme birme added the bug Something isn't working label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant