Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unwind the exception causes with Java11Http#performConnect
Currently there is a generic exception caught for all kind of errors but as the execution is actually performed async this means that any exception is already wrapped in an ExecutionException holding the real cause. This unwinds the different causes that an happen (e.g. cancel, timeout, ...) and finally checks if this is an ExecutionException from the async operation-
- Loading branch information