Skip to content

Commit

Permalink
Notpayload
Browse files Browse the repository at this point in the history
Co-Authored-By: Lucas Pardue <lucaspardue.24.7@gmail.com>
  • Loading branch information
martinthomson and LPardue committed Apr 15, 2020
1 parent 4c0abcf commit 82bcaff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions draft-ietf-quic-http.md
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ DATA Frame {
Data (..),
}
~~~~~~~~~~
{: #fig-data title="DATA Frame Payload"}
{: #fig-data title="DATA Frame"}

### HEADERS {#frame-headers}

Expand All @@ -1240,7 +1240,7 @@ HEADERS Frame {
Encoded Field Section (..),
}
~~~~~~~~~~
{: #fig-headers title="HEADERS Frame Payload"}
{: #fig-headers title="HEADERS Frame"}

HEADERS frames can only be sent on request / push streams. If a HEADERS frame
is received on a control stream, the recipient MUST respond with a connection
Expand Down Expand Up @@ -1281,7 +1281,7 @@ CANCEL_PUSH Frame {
Push ID (..),
}
~~~~~~~~~~
{: #fig-cancel-push title="CANCEL_PUSH Frame Payload"}
{: #fig-cancel-push title="CANCEL_PUSH Frame"}

The CANCEL_PUSH frame carries a Push ID encoded as a variable-length integer.
The Push ID identifies the server push that is being cancelled (see
Expand Down Expand Up @@ -1433,7 +1433,7 @@ PUSH_PROMISE Frame {
Encoded Field Section (..),
}
~~~~~~~~~~
{: #fig-push-promise title="PUSH_PROMISE Frame Payload"}
{: #fig-push-promise title="PUSH_PROMISE Frame"}

The payload consists of:

Expand Down Expand Up @@ -1491,7 +1491,7 @@ GOAWAY Frame {
Stream ID/Push ID (..),
}
~~~~~~~~~~
{: #fig-goaway title="GOAWAY Frame Payload"}
{: #fig-goaway title="GOAWAY Frame"}

The GOAWAY frame is always sent on the control stream. In the server to client
direction, it carries a QUIC Stream ID for a client-initiated bidirectional
Expand Down

0 comments on commit 82bcaff

Please sign in to comment.