@@ -82,6 +82,9 @@ The words "MUST", "MUST NOT", "SHOULD", and "MAY" are used in this document.
82
82
It's not shouting; when they are capitalized, they have the special meaning
83
83
defined in {{!RFC2119}}.
84
84
85
+ Field definitions are given in Augmented Backus-Naur Form (ABNF), as defined in
86
+ {{!RFC5234}}.
87
+
85
88
86
89
# QUIC Advertisement
87
90
@@ -344,7 +347,7 @@ detects an error with the stream or the QUIC connection.
344
347
345
348
# # Stream Priorities {#priority}
346
349
347
- HTTP/QUIC uses the priority scheme described in {{!RFC7540}} Section 5.3. In
350
+ HTTP/QUIC uses the priority scheme described in {{!RFC7540}}, Section 5.3. In
348
351
this priority scheme, a given stream can be designated as dependent upon another
349
352
stream, which expresses the preference that the latter stream (the "parent"
350
353
stream) be allocated resources before the former stream (the "dependent"
@@ -468,7 +471,7 @@ HTTP/2.
468
471
The flags defined are :
469
472
470
473
E (0x01) :
471
- : Indicates that the stream dependency is exclusive (see {{!RFC7540}} Section
474
+ : Indicates that the stream dependency is exclusive (see {{!RFC7540}}, Section
472
475
5.3).
473
476
474
477
~~~~~~~~~~ drawing
@@ -492,11 +495,11 @@ The HEADERS frame payload has the following fields:
492
495
493
496
Stream Dependency :
494
497
: A 32-bit stream identifier for the stream that this stream depends on (see
495
- {{priority}} and {!RFC7540}} Section 5.3).
498
+ {{priority}} and {{ !RFC7540}}, Section 5.3).
496
499
497
500
Weight :
498
501
: An unsigned 8-bit integer representing a priority weight for the stream (see
499
- {{!RFC7540}} Section 5.3). Add one to the value to obtain a weight between 1
502
+ {{!RFC7540}}, Section 5.3). Add one to the value to obtain a weight between 1
500
503
and 256.
501
504
502
505
A PRIORITY frame MUST have a payload length of nine octets. A PRIORITY frame
@@ -563,7 +566,7 @@ the endpoint MUST respond with a connection error of type
563
566
HTTP_MULTIPLE_SETTINGS.
564
567
565
568
The SETTINGS frame affects connection state. A badly formed or incomplete
566
- SETTINGS frame MUST be treated as a connection error (Section 5.4.1 ) of type
569
+ SETTINGS frame MUST be treated as a connection error ({{errors}} ) of type
567
570
HTTP_MALFORMED_SETTINGS.
568
571
569
572
@@ -861,7 +864,7 @@ PROTOCOL_ERROR (0x1):
861
864
: No single mapping. See new HTTP_MALFORMED_* error codes defined in
862
865
{{http-error-codes}}.
863
866
864
- INTERNAL_ERROR (0x2)
867
+ INTERNAL_ERROR (0x2) :
865
868
: HTTP_INTERNAL_ERROR in {{http-error-codes}}.
866
869
867
870
FLOW_CONTROL_ERROR (0x3) :
@@ -1078,11 +1081,18 @@ The original authors of this specification were Robbie Shade and Mike Warres.
1078
1081
> **RFC Editor's Note:** Please remove this section prior to publication of a
1079
1082
> final version of this document.
1080
1083
1084
+ # # Since draft-ietf-quic-http-04
1085
+
1086
+ - Cite RFC 5234 (#404)
1087
+
1088
+ # # Since draft-ietf-quic-http-03
1089
+
1090
+ None.
1091
+
1081
1092
# # Since draft-ietf-quic-http-02
1082
1093
1083
1094
- Track changes in transport draft
1084
1095
1085
-
1086
1096
# # Since draft-ietf-quic-http-01
1087
1097
1088
1098
- SETTINGS changes (#181):
0 commit comments