-
-
Notifications
You must be signed in to change notification settings - Fork 158
Response content with 204 response code #760
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
Comments
Thanks for reporting. Can you provide some more details? What does your
request look like (verb, url, body) and which version are you using?
|
I use the alpha5 version of JADNC. This occurs when on delete request. The request like this |
Hi @YaLehin, thanks for the details. I can see this exception in the Kestrel console. Can you test if my PR fixes this for you? |
Thank you, I'll test and will report here the result. |
Hi @bart-degreed, |
Description
As I could understand from the code the JsonApiWriter tries to write a response content to the response with StatusCode 204, that causes the exception:
The text was updated successfully, but these errors were encountered: