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

Eagerly initialize meta in connect.Error #585

Closed
wants to merge 4 commits into from

Commits on Sep 12, 2023

  1. Eagerly initialize meta in connect.Error

    Make the connect.Error type safer across goroutines by eagerly
    initializing meta (so calling Error.Meta() doesn't lazily initialize
    headers).
    pkwarren committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e5cb13a View commit details
    Browse the repository at this point in the history
  2. update

    pkwarren committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a5a296e View commit details
    Browse the repository at this point in the history
  3. add a testcase

    pkwarren committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    76af8ef View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    30cc9b3 View commit details
    Browse the repository at this point in the history