Skip to content

Commit

Permalink
Nits from AD review (#4237)
Browse files Browse the repository at this point in the history
* Nits from AD review; fixes #4232

* Update draft-ietf-quic-http.md

Co-authored-by: ianswett <ianswett@users.noreply.github.com>

Co-authored-by: ianswett <ianswett@users.noreply.github.com>
  • Loading branch information
MikeBishop and ianswett committed Oct 19, 2020
1 parent 0c02a85 commit 6890ba5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions draft-ietf-quic-http.md
Expand Up @@ -475,9 +475,9 @@ is considered invalid.
A server MAY send one or more PUSH_PROMISE frames ({{frame-push-promise}})
before, after, or interleaved with the frames of a response message. These
PUSH_PROMISE frames are not part of the response; see {{server-push}} for more
details. These frames are not permitted in pushed responses; a pushed response
that includes PUSH_PROMISE frames MUST be treated as a connection error of type
H3_FRAME_UNEXPECTED.
details. PUSH_PROMISE frames are not permitted on push streams; a pushed
response that includes PUSH_PROMISE frames MUST be treated as a connection error
of type H3_FRAME_UNEXPECTED.

Frames of unknown types ({{extensions}}), including reserved frames
({{frame-reserved}}) MAY be sent on a request or push stream before, after, or
Expand Down Expand Up @@ -530,6 +530,9 @@ For a listing of registered HTTP fields, see the "Hypertext Transfer Protocol
(HTTP) Field Name Registry" maintained at
[](https://www.iana.org/assignments/http-fields/).

> **Note:** This registry will not exist until {{!SEMANTICS}} is approved.
> **RFC Editor**, please remove this note prior to publication.

As in previous versions of HTTP, field names are strings containing a subset of
ASCII characters that are compared in a case-insensitive fashion. Properties of
HTTP field names and values are discussed in more detail in Section 5.4.3 of
Expand Down Expand Up @@ -1412,7 +1415,7 @@ not understand.
The following settings are defined in HTTP/3:

SETTINGS_MAX_FIELD_SECTION_SIZE (0x6):
: The default value is unlimited. See {{header-formatting}} for usage.
: 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
Expand Down

0 comments on commit 6890ba5

Please sign in to comment.