Fix multiple calls to fireChannelActive() when using AIO

This commit is contained in:
Norman Maurer 2013-03-21 11:49:58 +01:00
parent 4fa7e85493
commit f858a2fe62

View File

@ -510,7 +510,6 @@ public class AioSocketChannel extends AbstractAioChannel implements SocketChanne
@Override
protected void completed0(Void result, AioSocketChannel channel) {
((DefaultAioUnsafe) channel.unsafe()).connectSuccess();
channel.pipeline().fireChannelActive();
}
@Override