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(googleapi): fill response headers in Error #1418

Merged
merged 2 commits into from Feb 4, 2022

Commits on Feb 4, 2022

  1. fix(googleapi): fill response headers in Error

    Currently googleapi.Error is not populating the Header field with
    response headers. We found this to be true across multiple APIs.
    This fix ensures that Header is filled in correctly, allowing
    easier debugging by callers.
    tritone committed Feb 4, 2022
    Copy the full SHA
    88ecf30 View commit details
    Browse the repository at this point in the history
  2. gofmt

    tritone committed Feb 4, 2022
    Copy the full SHA
    d7295ec View commit details
    Browse the repository at this point in the history