Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make sure the parent 'responseFuture' CompletableFuture is completed.
This ensures that the jettyRequest.abort() operation is actually performed. Current situation prevent this code to be ever called as only the chained CompletableFuture is completed.
- Loading branch information