netty5/transport/src
Norman Maurer f8b306f61c [#5313] Correctly catch errors during bootstrap.
Motivation:

We not correctly catched errors during resolving in bootstrap and so may not have notified the future correctly.

Modifications:

Move code into try / catch block and try to fail the promise.

Result:

Promise is always notified
2016-06-04 09:12:54 +02:00
..
main/java/io/netty [#5313] Correctly catch errors during bootstrap. 2016-06-04 09:12:54 +02:00
test/java/io/netty Fix small race in DefaultChannelPipeline introduced by a729e0fcd9 2016-05-30 15:05:48 +02:00