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

Give figures numbers, correct PRIORITY caption #301

Merged
merged 1 commit into from Feb 14, 2017
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
8 changes: 4 additions & 4 deletions draft-ietf-quic-http.md
Expand Up @@ -418,7 +418,7 @@ All frames have the following format:
| Frame Payload (*) ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~~~~~~~~~~
{: title="HTTP/QUIC frame format"}
{: #fig-frame title="HTTP/QUIC frame format"}

## Frame Definitions {#frames}

Expand Down Expand Up @@ -457,7 +457,7 @@ of type HTTP_MALFORMED_HEADERS.
| Sequence? (16) | Header Block Fragment (*)...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~~~~~~~~~~
{: title="HEADERS frame payload"}
{: #fig-headers title="HEADERS frame payload"}

The HEADERS frame payload has the following fields:

Expand Down Expand Up @@ -505,7 +505,7 @@ The flags defined are:
| Weight (8) |
+-+-+-+-+-+-+-+-+
~~~~~~~~~~
{: title="HEADERS frame payload"}
{: #fig-priority title="PRIORITY frame payload"}

The HEADERS frame payload has the following fields:

Expand Down Expand Up @@ -674,7 +674,7 @@ server to client, as in HTTP/2. It defines no flags.
| Sequence? (16) | Header Block (*) ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~~~~~~~~~~
{: title="PUSH_PROMISE frame payload"}
{: #fig-push-promise title="PUSH_PROMISE frame payload"}

The payload consists of:

Expand Down