75c1134c0d
Motivation: SimpleChannelPromiseAggregator implements the promise API and allows for multiple operations to share a common promise. It currently propagates the last exception to occur, but this may mask the original exception which lead to the last exception and make debugging more difficult. Modifications: - SimpleChannelPromiseAggregator propagates the first exception instead of the last exception. Result: Fixes https://github.com/netty/netty/issues/11161. |
||
---|---|---|
.. | ||
src | ||
pom.xml |