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: rfc/4/FBSP.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,7 +329,7 @@ The CANCEL message represents a request for a `Service` to stop processing the p
329
329
2. The content of type-data_ field in this message is not significant.
330
330
3. The message MUST have a data-frame_ with specification of the request whose processing is to be terminated. The data-frame_ MAY contain additional information.
331
331
4. The `Service` MUST respond with the ERROR_ message with appropriate `Error Code`_.
332
-
5. If `Service` successfully terminated specified active `Client` request, the ERROR_ message MUST have `Request Canceled` `Error Code`_.
332
+
5. If `Service` successfully terminated specified active `Client` request, the ERROR_ message MUST have `Request Cancelled` `Error Code`_.
333
333
6. The ERROR_ message MAY have a data-frame_ with additional information.
334
334
335
335
.. seealso::
@@ -401,14 +401,14 @@ ACK-REQUEST
401
401
402
402
The ACK-REQUEST flag is intended for verification and synchronization purposes.
403
403
404
-
1. Any received control-frame_ of message-type_ NOOP_, REQUEST_, REPLY_, DATA_, STATE_ or CANCEL_ that have ACK-REQUEST flag set SHALL be sent back to the sender as confirmation of accepted message, unless the receiver is a `Service` and an error condition occurs. In such a case the ERROR_ message SHALL be sent by `Service` instead confirmation message.
404
+
1. Any received control-frame_ of message-type_ NOOP_, REQUEST_, REPLY_, DATA_or STATE_ that have ACK-REQUEST flag set SHALL be sent back to the sender as confirmation of accepted message, unless the receiver is a `Service` and an error condition occurs. In such a case the ERROR_ message SHALL be sent by `Service` instead confirmation message.
405
405
2. Returned confirmatory message SHALL consists only from the received control-frame_ with ACK-REQUEST flag cleared, and with ACK-REPLY_ flag set (ie the control-frame_ MUST be otherwise unchanged).
406
406
3. The ACK-REQUEST flag SHALL be ignored for all message-type_ values not listed in rule 1.
407
407
408
408
Rules for ACK-REQUEST received by `Service`:
409
409
410
410
1. NOOP_ message SHALL be acknowledged without any delay.
411
-
2. REQUEST_ and CANCEL_ messages SHALL be acknowledged at the time the `Service` has positively decided to accept the client's request and before commencing the fulfillment of the client's request.
411
+
2. REQUEST_ message SHALL be acknowledged at the time the `Service` has positively decided to accept the client's request and before commencing the fulfillment of the client's request.
412
412
3. DATA_ message SHALL be acknowledged without any delay, unless a previous agreement between the `Client` and the `Service` exists to handle it differently (for example to send it when DATA message is actually processed and Service is able to accept another DATA message).
413
413
414
414
Rules for ACK-REQUEST received by `Client`:
@@ -624,7 +624,7 @@ CANCEL data
624
624
}
625
625
626
626
:token:
627
-
MANDATORY message-token_ of the message to be canceled.
627
+
MANDATORY message-token_ of the message to be cancelled.
628
628
629
629
:supplement:
630
630
Any additional information required or supported by Service API specification for cancellation of particular message.
@@ -749,9 +749,9 @@ Errors indicating that particular request cannot be satisfied
749
749
750
750
The service is unable to store data needed to successfully complete the request.
751
751
752
-
:17 - Request Canceled:
752
+
:17 - Request Cancelled:
753
753
754
-
The client's request was canceled by CANCEL_ request.
754
+
The client's request was cancelled by CANCEL_ request.
755
755
756
756
757
757
Fatal errors indicating that connection would/should be terminated
0 commit comments