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: ignore errors on duplicate SetHeader calls #11

Merged
merged 1 commit into from
Jun 6, 2022

Commits on Jun 6, 2022

  1. fix: ignore errors on duplicate SetHeader calls

    Updating gRPC library to 1.47 version makes it more picky about the
    duplicate calls to `SetHeader`. Due to the nature of proxying, we might
    try to set it multiple times, so simply ignore the error (doing best
    effort to set it correctly, but with multiple upstreams setting headers
    from all upstreams is not possible).
    
    Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
    smira committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    6dfa2cc View commit details
    Browse the repository at this point in the history