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

Don't claim Transfer-Encoding is in HTTP/2. #374

Merged
merged 1 commit into from May 25, 2020
Merged
Changes from all commits
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
5 changes: 3 additions & 2 deletions draft-ietf-httpbis-messaging-latest.xml
Expand Up @@ -1066,11 +1066,11 @@ https://www.example.org
implementations advertising only HTTP/1.0 support will not understand
how to process a transfer-encoded payload.
A client &MUST-NOT; send a request containing Transfer-Encoding unless it
knows the server will handle HTTP/1.1 (or later) requests; such knowledge
knows the server will handle HTTP/1.1 requests (or later minor revisions); such knowledge
might be in the form of specific user configuration or by remembering the
version of a prior received response.
A server &MUST-NOT; send a response containing Transfer-Encoding unless
the corresponding request indicates HTTP/1.1 (or later).
the corresponding request indicates HTTP/1.1 (or later minor revisions).
</t>
<t>
A server that receives a request message with a transfer coding it does
Expand Down Expand Up @@ -3519,6 +3519,7 @@ Upgrade: websocket
<li>Move TE: trailers into <xref target="Semantics"/> (<eref target="https://github.com/httpwg/http-core/issues/18"/>)</li>
<li>In <xref target="message.body.length"/>, adjust requirements for handling multiple content-length values (<eref target="https://github.com/httpwg/http-core/issues/59"/>)</li>
<li>Throughout, replace "effective request URI" with "target URI" (<eref target="https://github.com/httpwg/http-core/issues/259"/>)</li>
<li>In <xref target="field.transfer-encoding"/>, don't claim Transfer-Encoding is supported by HTTP/2 or later (<eref target="https://github.com/httpwg/http-core/issues/297"/>)</li>
</ul>
</section>
</section>
Expand Down