Skip to content

Commit e4c1184

Browse files
remove (S)trict flag on SETUP (rsocket#214)
Unless we determine a reason to keep it, removing so it's not ambiguous: rsocket/rsocket#209
1 parent ec31e90 commit e4c1184

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Protocol.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ Frame Contents
258258
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
259259
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
260260
| Stream ID = 0 |
261-
+-----------+-+-+-+-+-+---------+-------------------------------+
262-
|Frame Type |0|M|R|L|S| Flags |
263-
+-----------+-+-+-+-+-+---------+-------------------------------+
261+
+-----------+-+-+-+-+-----------+-------------------------------+
262+
|Frame Type |0|M|R|L| Flags |
263+
+-----------+-+-+-+-+-----------+-------------------------------+
264264
| Major Version | Minor Version |
265265
+-------------------------------+-------------------------------+
266266
|0| Time Between KEEPALIVE Frames |
@@ -281,7 +281,6 @@ Frame Contents
281281
* (__M__)etadata: Metadata present
282282
* (__R__)esume Enable: Client requests resume capability if possible. Resume Identification Token present.
283283
* (__L__)ease: Will honor LEASE (or not).
284-
* (__S__)trict: Adhere to strict interpretation of Data and Metadata.
285284
* __Major Version__: (16 bits = max value 65,535) Unsigned 16-bit integer of Major version number of the protocol.
286285
* __Minor Version__: (16 bits = max value 65,535) Unsigned 16-bit integer of Minor version number of the protocol.
287286
* __Time Between KEEPALIVE Frames__: (31 bits = max value 2^31-1 = 2,147,483,647) Unsigned 31-bit integer of Time (in milliseconds) between KEEPALIVE frames that the client will send. Value MUST be > 0.

0 commit comments

Comments
 (0)