Browse Source

Updated with PR comments.

David Garcia Quintas 9 years ago
parent
commit
54698a9184
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/load-balancing.md

+ 1 - 1
doc/load-balancing.md

@@ -92,7 +92,7 @@ servers.
       the client will attempt to open a stream to the load balancer service. The
       the client will attempt to open a stream to the load balancer service. The
       server may respond in only one of the following ways.
       server may respond in only one of the following ways.
       1. `status::UNIMPLEMENTED`. There is no loadbalancing in use. The client
       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. "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
       1. "Please contact Load Balancer X" (See Step 3.) The client will close
          this connection and cancel the stream.
          this connection and cancel the stream.