File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -108,11 +108,12 @@ A stream ID must be locally unique for a Requester in a connection.
108
108
| __ REQUEST_FNF__ | 0x0012 | __ Fire And Forget__ : |
109
109
| __ REQUEST_STREAM__ | 0x0013 | __ Request Stream__ : |
110
110
| __ REQUEST_SUB__ | 0x0014 | __ Request Subscription__ : |
111
- | __ REQUEST_N__ | 0x0015 | __ Request N__ : Request N more items |
112
- | __ CANCEL__ | 0x0016 | __ Cancel Request__ : |
113
- | __ RESPONSE__ | 0x0020 | __ Response__ : Response to a request. |
114
- | __ ERROR__ | 0x0021 | __ Error__ : Response that is an error. |
115
- | __ METADATA_PUSH__ | 0x0031 | __ Metadata__ : Asynchronous Metadata frame |
111
+ | __ REQUEST_CHANNEL__ | 0x0015 | __ Request Channel__ : |
112
+ | __ REQUEST_N__ | 0x0020 | __ Request N__ : Request N more items |
113
+ | __ CANCEL__ | 0x0021 | __ Cancel Request__ : |
114
+ | __ RESPONSE__ | 0x0030 | __ Response__ : Response to a request. |
115
+ | __ ERROR__ | 0x0031 | __ Error__ : Response that is an error. |
116
+ | __ METADATA_PUSH__ | 0x0041 | __ Metadata__ : Asynchronous Metadata frame |
116
117
| __ EXT__ | 0xFFFF | __ Extension Header__ : Used To Extend More Options As Well As Extensions. |
117
118
118
119
__ NOTE__ : In general Requesters send types 0x0010 to 0x001F and Responders send types 0x0020 to 0x002F. Types 0x0001 to 0x000F
You can’t perform that action at this time.
0 commit comments