mirror of https://github.com/grpc/grpc-java.git
The semantics around cancel vary slightly between ServerCall and CancellableContext - the context should always be cancelled regardless of the outcome of the call while the ServerCall should only be cancelled on a non-OK status. This fixes a bug where the ServerCall was always marked cancelled regardless of call status. Fixes #5882 |
||
|---|---|---|
| .. | ||
| bazel-internal/resources/META-INF/services | ||
| bazel-util/resources/META-INF/services | ||
| jmh/java/io/grpc | ||
| main | ||
| test | ||