Skip to content

Commit ce412c5

Browse files
committed
fix rsocket#54 wording for server-side. Section still needs work.
1 parent 5e74bef commit ce412c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ for the server-side Responder to send a LEASE frame before it can send Requests.
555555

556556
If the server accepts the contents of the SETUP frame, it MUST send a LEASE frame if
557557
the SETUP frame set the __L__ flag. The server-side Requester may send requests
558-
immediately upon receiving a SETUP frame that it accepts.
558+
immediately upon receiving a SETUP frame that it accepts if the __L__ flag is not set in the SETUP frame.
559559

560560
If the server does NOT accept the contents of the SETUP frame, the server MUST send
561561
back a SETUP_ERROR and then close the connection.
@@ -565,7 +565,7 @@ of the Data and Metadata of the SETUP. Anything in the Data and/or Metadata that
565565
be provided by the server should require the SETUP to be rejected.
566566

567567
The server-side Requester mirrors the LEASE requests of the client-side Requester. If a client-side
568-
Requester sets the __L__ flag in the SETUP frame, the server side Requester MUST wait for a LEASE
568+
Requester sets the __L__ flag in the SETUP frame, the server-side Requester MUST wait for a LEASE
569569
frame from the client-side Responder before it can send a request. The client-side Responder MUST
570570
send a LEASE frame after a SETUP frame with the __L__ flag set.
571571

0 commit comments

Comments
 (0)