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

http: update terminology and ref for new http core drafts #4442

Merged
merged 7 commits into from Dec 14, 2020
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
2 changes: 1 addition & 1 deletion draft-ietf-quic-http.md
Expand Up @@ -749,7 +749,7 @@ Content-Length header field. A request or response is also malformed if the
value of a Content-Length header field does not equal the sum of the DATA frame
payload lengths that form the body. A response that is defined to have no
reschke marked this conversation as resolved.
Show resolved Hide resolved
payload, as described in Section 6.4 of {{!SEMANTICS}}, can have a non-zero
content-length field, even though no content is included in DATA frames.
Content-Length field, even though no content is included in DATA frames.

Intermediaries that process HTTP requests or responses (i.e., any intermediary
not acting as a tunnel) MUST NOT forward a malformed request or response.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.