Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gensupport): cover ChunkRetryDeadline edge case (#1430)
Fix an edge case that I noticed when testing a very small ChunkRetryDeadline via the storage client. If the user chooses a deadline too short to send a single request for the chunk, we cause a failure so that resp and err are not both nil.
- Loading branch information