-
Notifications
You must be signed in to change notification settings - Fork 86
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
use 500 as default status code for errors, instead of 400 #140
Conversation
db3b2fa
to
41f145d
Compare
Weird. 👍 |
I think there are other breaking changes that we would want to get in to 1.0. Is this actually a breaking change? |
Yeah. Theoretically it is a breaking change, if some app monitors the error status code from fetcher :) This is not urgent though. We can wait for other breaking changes to publish 1.0. |
👍 |
CLA is valid! |
1 similar comment
CLA is valid! |
👍 |
Based on discussions, we will release this in a patch release, as a bug fix. |
400 is for client error. Propose to use 500 instead. Theoretically, this is a breaking change. We can make it a non breaking change, by allowing people to configure default error code to return. But don't think it is worth the trouble. We can go 1.0 with this :)
@Vijar @mridgway @redonkulus