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

Client.Call(): do not return error if no Status is set (gRPC v1.23 and up) #46

Merged
merged 1 commit into from
Aug 26, 2019

Commits on Aug 26, 2019

  1. Client.Call(): do not return error if no Status is set (gRPC v1.23 an…

    …d up)
    
    To account for grpc/grpc-go@5da5b1f,
    which is part of gRPC v1.23.0 and up, and after which gRPC no longer sets a
    Status if no error occured.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    17f4d32 View commit details
    Browse the repository at this point in the history