-
Notifications
You must be signed in to change notification settings - Fork 42
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
import 421 (Misdirected Request) Status Code from h2 #622
Comments
|
curious if @martinthomson has an opinion on moving 421 to http-core |
|
A slight preference for moving it, I think. |
|
Since we're doing h2bis and since it is applicable more broadly, I agree. |
|
When doing so, we need to consider https://www.rfc-editor.org/errata/eid4666 |
|
Hmm, the errata is about the cacheable paragraph (which is now heuristically) and I was going to remove that for the same reason but decided to import without changes first. I am just going to remove it now. |
|
That might work as well; but then we'll have to mention in "changes" that the default changed. |
I think we need to copy the 421 status code definition from Section 9.1.2 of RFC7540 since it is generally applicable for rejecting a misdirected request.
The text was updated successfully, but these errors were encountered: