Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
yirutang committed Jul 27, 2023
1 parent 7d935f0 commit a273881
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -936,7 +936,6 @@ private boolean isConnectionErrorRetriable(Throwable t) {
|| status.getCode() == Code.UNAVAILABLE
|| status.getCode() == Code.CANCELLED
|| status.getCode() == Code.INTERNAL
|| status.getCode() == Code.FAILED_PRECONDITION
|| status.getCode() == Code.DEADLINE_EXCEEDED;
}

Expand Down

0 comments on commit a273881

Please sign in to comment.