Skip to content

Commit

Permalink
Backticks for N also
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeBishop committed Feb 22, 2022
1 parent af857e1 commit b3fc720
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions rfc9114.md
Expand Up @@ -1218,11 +1218,11 @@ H3_ID_ERROR; see {{errors}}.
### Reserved Stream Types {#stream-grease}

Stream types of the format `0x1f * N + 0x21` for non-negative integer values of
N are reserved to exercise the requirement that unknown types be ignored. These
streams have no semantics, and they can be sent when application-layer padding
is desired. They MAY also be sent on connections where no data is currently
being transferred. Endpoints MUST NOT consider these streams to have any meaning
upon receipt.
`N` are reserved to exercise the requirement that unknown types be ignored.
These streams have no semantics, and they can be sent when application-layer
padding is desired. They MAY also be sent on connections where no data is
currently being transferred. Endpoints MUST NOT consider these streams to have
any meaning upon receipt.

The payload and length of the stream are selected in any manner the sending
implementation chooses. When sending a reserved stream type, the implementation
Expand Down Expand Up @@ -1451,8 +1451,8 @@ The following settings are defined in HTTP/3:
: The default value is unlimited. See {{header-size-constraints}} for usage.

Setting identifiers of the format `0x1f * N + 0x21` for non-negative integer
values of N are reserved to exercise the requirement that unknown identifiers be
ignored. Such settings have no defined meaning. Endpoints SHOULD include at
values of `N` are reserved to exercise the requirement that unknown identifiers
be ignored. Such settings have no defined meaning. Endpoints SHOULD include at
least one such setting in their SETTINGS frame. Endpoints MUST NOT consider such
settings to have any meaning upon receipt.

Expand Down Expand Up @@ -1649,8 +1649,8 @@ a connection error of type H3_ID_ERROR.

### Reserved Frame Types {#frame-reserved}

Frame types of the format `0x1f * N + 0x21` for non-negative integer values of N
are reserved to exercise the requirement that unknown types be ignored
Frame types of the format `0x1f * N + 0x21` for non-negative integer values of
`N` are reserved to exercise the requirement that unknown types be ignored
({{extensions}}). These frames have no semantics, and they MAY be sent on any
stream where frames are allowed to be sent. This enables their use for
application-layer padding. Endpoints MUST NOT consider these frames to have any
Expand Down Expand Up @@ -1763,9 +1763,9 @@ H3_VERSION_FALLBACK (0x0110):
: The requested operation cannot be served over HTTP/3. The peer should
retry over HTTP/1.1.

Error codes of the format `0x1f * N + 0x21` for non-negative integer values of N
are reserved to exercise the requirement that unknown error codes be treated as
equivalent to H3_NO_ERROR ({{extensions}}). Implementations SHOULD select an
Error codes of the format `0x1f * N + 0x21` for non-negative integer values of
`N` are reserved to exercise the requirement that unknown error codes be treated
as equivalent to H3_NO_ERROR ({{extensions}}). Implementations SHOULD select an
error code from this space with some probability when they would have sent
H3_NO_ERROR.

Expand Down Expand Up @@ -2119,7 +2119,7 @@ The entries in {{iana-frame-table}} are registered by this document.
| ------------ | ------- | -------------------------- |
{: #iana-frame-table title="Initial HTTP/3 Frame Types"}

Each code of the format `0x1f * N + 0x21` for non-negative integer values of N
Each code of the format `0x1f * N + 0x21` for non-negative integer values of `N`
(that is, 0x21, 0x40, ..., through 0x3ffffffffffffffe) MUST NOT be assigned by
IANA and MUST NOT appear in the listing of assigned values.

Expand Down Expand Up @@ -2167,7 +2167,7 @@ The entries in {{iana-setting-table}} are registered by this document.
For fomatting reasons, setting names can be abbreviated by removing the
'SETTING_' prefix.

Each code of the format `0x1f * N + 0x21` for non-negative integer values of N
Each code of the format `0x1f * N + 0x21` for non-negative integer values of `N`
(that is, 0x21, 0x40, ..., through 0x3ffffffffffffffe) MUST NOT be assigned by
IANA and MUST NOT appear in the listing of assigned values.

Expand Down Expand Up @@ -2225,7 +2225,7 @@ Required policy to avoid collisions with HTTP/2 error codes.
| --------------------------------- | ---------- | ---------------------------------------- | ---------------------- |
{: #iana-error-table title="Initial HTTP/3 Error Codes"}

Each code of the format `0x1f * N + 0x21` for non-negative integer values of N
Each code of the format `0x1f * N + 0x21` for non-negative integer values of `N`
(that is, 0x21, 0x40, ..., through 0x3ffffffffffffffe) MUST NOT be assigned by
IANA and MUST NOT appear in the listing of assigned values.

Expand Down Expand Up @@ -2262,7 +2262,7 @@ The entries in {{iana-stream-type-table}} are registered by this document.
| ---------------- | ------ | -------------------------- | ------ |
{: #iana-stream-type-table title="Initial Stream Types"}

Each code of the format `0x1f * N + 0x21` for non-negative integer values of N
Each code of the format `0x1f * N + 0x21` for non-negative integer values of `N`
(that is, 0x21, 0x40, ..., through 0x3ffffffffffffffe) MUST NOT be assigned by
IANA and MUST NOT appear in the listing of assigned values.

Expand Down

0 comments on commit b3fc720

Please sign in to comment.