Update google.golang.org/grpc to v1.23.0

Change-Id: Ifbe8229d464a35a7598e28f53fe9d485c3e53e77
This commit is contained in:
Davanum Srinivas
2019-08-20 08:11:03 -04:00
parent bfb69dbb8f
commit 3d6ae5ef12
136 changed files with 9111 additions and 3524 deletions

View File

@@ -132,7 +132,8 @@ const (
// Unavailable indicates the service is currently unavailable.
// This is a most likely a transient condition and may be corrected
// by retrying with a backoff.
// by retrying with a backoff. Note that it is not always safe to retry
// non-idempotent operations.
//
// See litmus test above for deciding between FailedPrecondition,
// Aborted, and Unavailable.