netty5/transport-native-epoll/src/test
Norman Maurer f2ba221e7e [#3785] Correctly handle connection refused with native transport
Motivation:

Due a bug we not correctly handled connection refused errors and so failed the connect promise with the wrong exception.
Beside this we some times even triggered fireChannelActive() which is not correct.

Modifications:

- Add testcase
- correctly detect connect errors

Result:

Correct and consistent handling.
2015-05-27 13:38:50 +02:00
..
java/io/netty/channel/epoll [#3785] Correctly handle connection refused with native transport 2015-05-27 13:38:50 +02:00