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

Setting Host part of address url to :authority pseudo header #1567

Merged
merged 1 commit into from
Aug 6, 2020

Commits on Jul 31, 2020

  1. setting host part of address as :authority pseudo header.

    grpc-go uses a slightly different naming scheme(https://github.com/grpc/grpc/blob/master/doc/naming.md)
    This will end up setting rfc non-complient :authority header to address string (e.g. tcp://127.0.0.1:1234).
    So, this commit changes to sets right authority header via WithAuthority DialOption.
    
    Signed-off-by: Shingo Omura <everpeace@gmail.com>
    everpeace committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    804aa5d View commit details
    Browse the repository at this point in the history