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

Allow the HTTP/3 DATA frame to extend to the end of the stream #2098

Merged
merged 2 commits into from Dec 5, 2018
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: 2 additions & 3 deletions draft-ietf-quic-http.md
Expand Up @@ -446,9 +446,8 @@ connection error ({{errors}}) of type HTTP_WRONG_STREAM.
~~~~~~~~~~
{: #fig-data title="DATA frame payload"}

DATA frames MUST contain a non-zero-length payload. If a DATA frame is received
with a payload length of zero, the recipient MUST respond with a stream error
({{errors}}) of type HTTP_MALFORMED_FRAME.
If a DATA frame is received with a payload length of zero, the payload of the
frame extends until the end of the stream.

### HEADERS {#frame-headers}

Expand Down