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 Defaulting of the User Agent #2435

Merged
merged 1 commit into from Aug 4, 2023

Commits on Aug 4, 2023

  1. 🐛 Fix Defaulting of the User Agent

    This broke when we added the HTTP client, because the user-agent gets
    set by a roundtripper that is constructed within `rest.HTTPClientFor`.
    As a result, we have to default it before we do that. Currently, it ends
    up being defaulted to `Go-http-client` which is not very useful.
    alvaroaleman committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a6b9c0b View commit details
    Browse the repository at this point in the history