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

Resolve normative references to HTTP/1.1 spec #4747

Merged
merged 5 commits into from Jan 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 6 additions & 7 deletions draft-ietf-quic-http.md
Expand Up @@ -534,13 +534,12 @@ The only exception to this is the TE header field, which MAY be present in an
HTTP/3 request header; when it is, it MUST NOT contain any value other than
"trailers".

This means that an intermediary transforming an HTTP/1.x message to HTTP/3 will
need to remove any fields nominated by the Connection field, along with the
Connection field itself. As part of this transformation, intermediaries MUST
decode and remove any HTTP/1.1 transfer codings. Such intermediaries SHOULD
also remove other connection-specific fields, such as Keep-Alive,
Proxy-Connection, and Upgrade, even if they are not nominated by the Connection
field.
An intermediary transforming an HTTP/1.x message to HTTP/3 MUST remove any
fields nominated by the Connection field, along with the Connection field
itself. Intermediaries MUST decode and remove any HTTP/1.1 transfer codings.
Such intermediaries SHOULD also remove other connection-specific fields, such as
Keep-Alive, Proxy-Connection, and Upgrade, even if they are not nominated by the
Connection field.

#### Pseudo-Header Fields

Expand Down