Skip to content

Commit 9d08e3d

Browse files
committed
Diagram format for #54 again.
1 parent 7166f37 commit 9d08e3d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

draft-ietf-quic-http.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -474,11 +474,13 @@ consisting of an unsigned 16-bit setting identifier and a length-prefixed binary
474474
value.
475475

476476
~~~~~~~~~~~~~~~
477-
+-------------------------------+-+-------------+---------------+
478-
| Identifier (16) |B| Length (15) |
479-
+-------------------------------+-+-------------+---------------+
480-
| Contents (?) ...
481-
+---------------------------------------------------------------+
477+
0 1 2 3
478+
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
479+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
480+
| Identifier (16) |B| Length (15) |
481+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
482+
| Contents (?) ...
483+
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
482484
~~~~~~~~~~~~~~~
483485
{: #fig-ext-settings title="SETTINGS value format"}
484486

@@ -503,7 +505,8 @@ PROTOCOL_ERROR.
503505

504506
Settings which are integers are transmitted in network byte order. Leading
505507
zero octets are permitted, but implementations SHOULD use only as many bytes as
506-
are needed to represent the value.
508+
are needed to represent the value. An integer MUST NOT be represented in more
509+
bytes than would be used to transfer the maximum permitted value.
507510

508511
#### Defined SETTINGS Parameters
509512

0 commit comments

Comments
 (0)