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
5. The sender of the cancellation notification **SHOULD** ignore any response to the request that arrives afterward
49
45
50
46
## Timing Considerations
51
47
52
-
Due to network latency, cancellation notifications may arrive after request processing has completed. Both parties MUST handle these race conditions gracefully:
48
+
Due to network latency, cancellation notifications may arrive after request processing has completed, and potentially after a response has already been sent.
49
+
50
+
Both parties **MUST** handle these race conditions gracefully:
0 commit comments