Skip to content

Commit

Permalink
Updated with PR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgquintas committed Jul 14, 2016
1 parent 4bb1a9d commit 54698a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/load-balancing.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ servers.
the client will attempt to open a stream to the load balancer service. The
server may respond in only one of the following ways.
1. `status::UNIMPLEMENTED`. There is no loadbalancing in use. The client
proceeds by sending all RPCs to this gRPC server.
call will fail.
1. "I am a Load Balancer and here is the server list." (Goto Step 4.)
1. "Please contact Load Balancer X" (See Step 3.) The client will close
this connection and cancel the stream.
Expand Down

0 comments on commit 54698a9

Please sign in to comment.