-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Update the capitalization of HTTP 418 I'm a Teapot #20286
Comments
I'm amazed we were able to get away with breaking the spec like this for so long, considering how important 418 is :) |
@mvasilkov Sounds like you've got all that is needed to open a PR. Feel free to go ahead. |
@mvasilkov : You can also update |
Landed in 464852b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In rfc2324 (1998), the HTTP 418 message reads I'm a teapot, whereas in the latter rfc7168 (2014) it's spelled I'm a Teapot — note that capital T.
This is consistent with other canonical status messages, all of which have Every Word Capitalized.
The patch is here.
The text was updated successfully, but these errors were encountered: