remove cancellation completion for now
This commit is contained in:
parent
998b569d4c
commit
f74ad80dea
1 changed files with 0 additions and 4 deletions
|
@ -439,10 +439,6 @@ public final class Capability {
|
|||
return context.response;
|
||||
});
|
||||
|
||||
cancel.whenComplete((void_, exc) -> {
|
||||
promiseAndPipeline.promise.cancel(false);
|
||||
});
|
||||
|
||||
this.callRelease.complete(null);
|
||||
assert promiseAndPipeline.pipeline != null;
|
||||
return new RemotePromise<>(promise, promiseAndPipeline.pipeline);
|
||||
|
|
Loading…
Reference in a new issue