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

clientconn: go idle if conn closed after preface received #5714

Merged
merged 1 commit into from Oct 18, 2022

Commits on Oct 14, 2022

  1. clientconn: go idle if conn closed after preface received

    The select branch will be selected randomly, if there are several ready
    branches. If the preface has been received and then connection is
    closed, the `createTransport` might hit the `connClosed.Done()` branch.
    Ideally, the subConn should go idle and reconnect.
    
    Fixes: grpc#5688
    
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    fuweid committed Oct 14, 2022
    Copy the full SHA
    bb154ab View commit details
    Browse the repository at this point in the history