Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update retry lifecycle when attempting to decompress a gzip object #2840

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

BenWhitehead
Copy link
Collaborator

If the initial response failed with a retryable error and the error should be retried, it wasn't. It would only retry for reading bytes after the initial response had been received.

If the initial response failed with a retryable error and the error should be retried, it wasn't. It would only retry for reading bytes after the initial response had been received.
@BenWhitehead BenWhitehead added the owlbot:ignore instruct owl-bot to ignore a PR label Dec 11, 2024
@BenWhitehead BenWhitehead requested a review from a team as a code owner December 11, 2024 23:51
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: storage Issues related to the googleapis/java-storage API. labels Dec 11, 2024
@BenWhitehead BenWhitehead merged commit 7dba13c into main Dec 12, 2024
21 checks passed
@BenWhitehead BenWhitehead deleted the fix-retry-gzip-decompress branch December 12, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/java-storage API. owlbot:ignore instruct owl-bot to ignore a PR size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants