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

Don't mark calls as cancelled if they are successfully completed. #8408

Merged
merged 5 commits into from Aug 20, 2021

Commits on Aug 11, 2021

  1. Including an exception when cancelling the context when the status is…

    … not OK. Also take care to mark the call as cancelled only if the context has a cancellation cause.
    temawi committed Aug 11, 2021
    Copy the full SHA
    9b2918e View commit details
    Browse the repository at this point in the history
  2. Including an exception when cancelling the context when the status is…

    … not OK. Also take care to mark the call as cancelled only if the context has a cancellation cause.
    temawi committed Aug 11, 2021
    Copy the full SHA
    44607a0 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	core/src/main/java/io/grpc/internal/ServerCallImpl.java
    temawi committed Aug 11, 2021
    Copy the full SHA
    c09379d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Including an exception when cancelling the context when the status is…

    … not OK. Also take care to mark the call as cancelled only if the context has a cancellation cause.
    temawi committed Aug 12, 2021
    Copy the full SHA
    645ae56 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Copy the full SHA
    c6f67a4 View commit details
    Browse the repository at this point in the history