Skip to content

Commit a73d27a

Browse files
authored
---
yaml --- r: 8243 b: refs/heads/master c: 22e5423 h: refs/heads/master i: 8241: 4d0381d 8239: c6d7983
1 parent be2ae5d commit a73d27a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 838b17e2293b357aed21637ac35f9c53b98b07b1
2+
refs/heads/master: 22e542358bb0a38306883ec989ecefef168eba4a
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 0114589947fea527ea3831330789accedbecf45c
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-core-http/src/main/java/com/google/cloud/http/BaseHttpServiceException.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ private static ExceptionData makeExceptionData(IOException exception, boolean id
6262
}
6363
} else {
6464
code = ((GoogleJsonResponseException) exception).getStatusCode();
65+
retryable = BaseServiceException.isRetryable(code, null, idempotent, retryableErrors);
6566
}
6667
} else {
6768
// In cases where an exception is an instance of HttpResponseException but not

0 commit comments

Comments
 (0)