Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(storage): retry broken pipe error (#10374)
This is another retryable net.OpError that can arise when a connection has been closed. So far we've only seen this in TestRetryConformance cases rather than in customer issues, but there is no reason not to do a retry and we think it can cut down on flakes from this test. I'm going to do another PR to add this to google-api-go-client since it often occurs on uploads. Updates #9178
- Loading branch information