-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Response must use 4xx status code when sent because of decoding error (…
…#12) Motivation: A 4xx status code must be used when sending a response caused because of an decoding error: https://www.ietf.org/archive/id/draft-ietf-ohai-ohttp-10.html#section-5.2 Modifications: Use a 4xx status code when exception is caused because of decoding Result: Follow the spec
- Loading branch information
1 parent
fd8c1c8
commit 8a043e9
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters