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(storage): try to reopen for failed Reads #4226

Merged
merged 7 commits into from Jun 23, 2021

Commits on Jun 7, 2021

  1. fix(storage): retry GOAWAY errors for Read

    This error can occur in calls to reader.Read if the CFE closes the
    connection between when the response headers are received and when
    the caller reads from the reader.
    
    Fixes googleapis#3040
    tritone committed Jun 7, 2021
    Copy the full SHA
    57eadf0 View commit details
    Browse the repository at this point in the history
  2. gofmt

    tritone committed Jun 7, 2021
    Copy the full SHA
    4cee170 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. remove retry condition

    tritone committed Jun 14, 2021
    Copy the full SHA
    76cf3cb View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Copy the full SHA
    b49c74f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    98a0411 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Copy the full SHA
    91fc401 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Copy the full SHA
    0484315 View commit details
    Browse the repository at this point in the history