We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Per RFC: https://tools.ietf.org/html/rfc2616#section-4.3
All 1xx (informational), 204 (no content), and 304 (not modified) responses MUST NOT include a message-body.
But it actually returns for example:
Content-Length: 32 { "statusMessage": "Not Modified" }
The text was updated successfully, but these errors were encountered:
b6e1ddc
Merge pull request #2269 from tchaloupka/restbody
f9dd5ee
Fix #2268 - REST - don't write response body for some statuses merged-on-behalf-of: Sönke Ludwig <[email protected]>
No branches or pull requests
Per RFC: https://tools.ietf.org/html/rfc2616#section-4.3
But it actually returns for example:
The text was updated successfully, but these errors were encountered: