Skip to content

Commit d055299

Browse files
LEASE_ERROR -> REJECTED (rsocket#218)
Replacing the dangling reference to LEASE_ERROR and replacing with REJECTED
1 parent 535b805 commit d055299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ is responsible for the logic of generation and informing the Responder it should
11711171
Requester MUST respect the LEASE contract. The Requester MUST NOT send more than __Number of Requests__ specified
11721172
in the LEASE frame within the __Time-To-Live__ value in the LEASE.
11731173

1174-
A Responder that receives a REQUEST that it can not honor due to LEASE restrictions MUST respond with an ERROR[LEASE_ERROR]. This includes an initial LEASE sent as part of [Connection Establishment](#connection-establishment).
1174+
A Responder that receives a REQUEST that it can not honor due to LEASE restrictions MUST respond with an ERROR[REJECTED]. This includes an initial LEASE sent as part of [Connection Establishment](#connection-establishment).
11751175

11761176
<a name="flow-control-qos"></a>
11771177
#### QoS and Prioritization

0 commit comments

Comments
 (0)