netty5/transport/src
Norman Maurer bd25fd03e3
Add testcase for ChannelInitializer.initChannel(...) when throwing an Exception (#8188)
Motivation:

We had a report that the exception may not be correctly propagated. This test shows it is.

Modifications:

Add testcase.

Result:

Test for https://github.com/netty/netty/issues/8158
2018-08-10 08:54:21 +02:00
..
main/java/io/netty Workaround JDK bug that will cause an AssertionError when calling ServerSocketChannel.config().getOptions(). (#8183) 2018-08-09 13:11:08 +02:00
test/java/io/netty Add testcase for ChannelInitializer.initChannel(...) when throwing an Exception (#8188) 2018-08-10 08:54:21 +02:00