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

core: server stream should not deliver halfClose() when call is immediately cancelled(#9362) (v1.48 backport) #9417

Merged
merged 1 commit into from
Jul 29, 2022

Commits on Jul 28, 2022

  1. core: server stream should not deliver halfClose() when call is immed…

    …iately cancelled(grpc#9362)
    
    Fix a bug where the server stream delivers halfClose() to the call during cancellation. It happens when call has a short deadline. Server sees `INTERNAL, desc: Half-closed without a request` due to the bug.
    YifeiZhuang committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    96645ab View commit details
    Browse the repository at this point in the history