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

Further specify frame Length field #3177

Merged
merged 2 commits into from
Nov 1, 2019
Merged
Changes from all commits
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: 3 additions & 2 deletions draft-ietf-quic-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ endpoint:

frame:
: The smallest unit of communication on a stream in HTTP/3, consisting of a
header and a variable-length sequence of octets structured according to the
header and a variable-length sequence of bytes structured according to the
frame type.

Protocol elements called "frames" exist in both this document and
Expand Down Expand Up @@ -974,7 +974,8 @@ A frame includes the following fields:
: A variable-length integer that identifies the frame type.

Length:
: A variable-length integer that describes the length of the Frame Payload.
: A variable-length integer that describes the length in bytes of
the Frame Payload.

Frame Payload:
: A payload, the semantics of which are determined by the Type field.
Expand Down