File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Message Format
4747==============
4848
4949The wire format is structured as a sequence of messages. Messages consist of two
50- sections: the prelude and the data. The prelude section contains a 4 -byte
50+ sections: the prelude and the data. The prelude section contains a four -byte
5151unsigned integer representing the total length of the message and a four-byte
5252unsigned integer representing the total length of the message's headers. The
5353data section consists of the :ref: `headers <amazon-eventstream-headers-format >`
@@ -95,10 +95,10 @@ name MUST only appear once in a message.
9595
9696On the wire, each header begins with a one-byte unsigned integer that indicates
9797the number of UTF-8 encoded bytes used by the header's name. Header names MUST
98- be at least one byte long. This length prefix if followed by the UTF-8 header
98+ be at least one byte long. This length prefix is followed by the UTF-8 header
9999name.
100100
101- The name of the header is followed by a one-byte unsigned integer representing
101+ The name of the header is followed by a one-byte unsigned integer indicating
102102the header's data type. The set of types is fixed and not open to extension.
103103Implementations SHOULD bind header types to the corresponding types in their
104104programming language. The following table shows the available types and their
You can’t perform that action at this time.
0 commit comments