You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Protocol.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -349,7 +349,7 @@ The Error Data is typically an Exception message, but could include stringified
349
349
|__CONNECTION_CLOSE__| 0x00000102 | The connection is being terminated. Stream ID MUST be 0. Sender or Receiver of this frame MUST wait for outstanding streams to terminate before closing the connection. New requests MAY not be accepted.|
350
350
|__APPLICATION_ERROR__| 0x00000201 | Application layer logic generating a Reactive Streams _onError_ event. Stream ID MUST be > 0. |
351
351
|__REJECTED__| 0x00000202 | Despite being a valid request, the Responder decided to reject it. The Responder guarantees that it didn't process the request. The reason for the rejection is explained in the Error Data section. Stream ID MUST be > 0. |
352
-
|__CANCELED__| 0x00000203 | The responder canceled the request but potentially have started processing it (almost identical to REJECTED but doesn't garantee that no side-effect have been started). Stream ID MUST be > 0. |
352
+
|__CANCELED__| 0x00000203 | The Responder canceled the request but may have started processing it (similar to REJECTED but doesn't guarantee lack of side-effects). Stream ID MUST be > 0. |
353
353
|__INVALID__| 0x00000204 | The request is invalid. Stream ID MUST be > 0. |
354
354
|__RESERVED__| 0xFFFFFFFF |__Reserved for Extension Use__|
355
355
@@ -990,7 +990,7 @@ Once a stream has "terminated", the Stream ID can be "forgotten" by the Requeste
0 commit comments