Skip to content

Commit f5be7a7

Browse files
Ignore flag bits if not specified for a frame. (rsocket#199)
1 parent 807c02e commit f5be7a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Protocol.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,7 @@ under [Keepalive Frame](#frame-keepalive). The decision to close a connection du
11651165
assume it is set and act accordingly.
11661166
1. Reassembly of PAYLOADs and REQUEST_CHANNELs MUST assume the possibility of an infinite stream.
11671167
1. A PAYLOAD with both __F__ and __C__ flags set, implicitly ignores the __F__ flag.
1168+
1. Flag bits not specified for a particular frame MUST be ignored.
11681169
1. All other received frames that are not accounted for in previous sections MUST be ignored. Thus, for example:
11691170
1. Receiving a Request frame on a Stream ID that is already in use MUST be ignored.
11701171
1. Receiving a CANCEL on an unknown Stream ID (including 0) MUST be ignored.

0 commit comments

Comments
 (0)