netty5/transport/src
Norman Maurer cbe9ed8cc1
Add test that we handle thread.interrupt() in NioEventLoop (#7917)
Motivation:

We added some code to guard against thread.interrupt() in NioEventLoop but did not added a test.

Modifications:

Add testcase.

Result:

Verify that we correctly handle interrupt().
2018-05-09 08:57:53 +02:00
..
main/java/io/netty Fix tiny typo in FixedChannelPool error message (#7918) 2018-05-08 15:58:23 +02:00
test/java/io/netty Add test that we handle thread.interrupt() in NioEventLoop (#7917) 2018-05-09 08:57:53 +02:00