Skip to content
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

Change log for character validation #872

Merged
merged 2 commits into from
Jul 12, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions draft-ietf-httpbis-http2bis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4952,6 +4952,11 @@
The HTTP/1.1 Upgrade mechanism is no longer specified in this document. It was never widely deployed,
with plaintext HTTP/2 users choosing to use the prior-knowledge implementation instead.
</li>
<li>
Validation for field names and values has been narrowed. The validation that is mandatory
for intermediaries is precisely defined and error reporting for requests has been amended
to allow for 400-series status codes.
martinthomson marked this conversation as resolved.
Show resolved Hide resolved
</li>
<li>
The ranges of codepoints for settings and frame types that were reserved for "Experimental
Use" are now available for general use.
Expand Down