Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't double record stacktrace in Annotated*Exception (netty#9117)
Motivation: When initializing the AnnotatedSocketException in AbstractChannel, both the cause and the stack trace are set, leaving a trailing "Caused By" that is compressed when printing the trace. Modification: Don't include the stack trace in the exception, but leave it in the cause. Result: Clearer stack trace
- Loading branch information