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

netty: Differentiate GOAWAY closure status descriptions #7502

Merged
merged 1 commit into from Oct 29, 2020

Commits on Oct 29, 2020

  1. netty: Differentiate GOAWAY closure status descriptions

    With this, it will be clear if the RPC failed because the server didn't
    use a double-GOAWAY or if it failed because of MAX_CONCURRENT_STREAMS or
    if it was due to a local race. It also fixes the status code to be
    UNAVAILABLE except for the RPCs included in the GOAWAY error (modulo the
    Netty bug).
    
    Fixes grpc#5855
    ejona86 committed Oct 29, 2020
    Copy the full SHA
    99914ff View commit details
    Browse the repository at this point in the history