netty5/transport/src
Stephane Landelle 9bfeab2c8a AbstractBootstrap can crash instead of failing promise, close #5387
Motivation:
When `ChannelFactory#newChannel` crashed, `AbstractBootstrap#initAndRegister` propagates the exception to the caller instead of failing the promise.

Modifications:
- Catch exceptions from `ChannelFactory#newChannel`.
- Notify promise of such failure.

Result:
`AbstractBootstrap` gracefully handles connect failures.
2016-06-13 18:59:09 +02:00
..
main/java/io/netty AbstractBootstrap can crash instead of failing promise, close #5387 2016-06-13 18:59:09 +02:00
test/java/io/netty AbstractBootstrap can crash instead of failing promise, close #5387 2016-06-13 18:59:09 +02:00