This commit is contained in:
norman 2012-03-30 15:21:26 +02:00
parent 070c92906d
commit 4afd038fc0

View File

@ -131,11 +131,9 @@ public class NioWorker extends AbstractNioWorker {
selector, channel.getRawInterestOps(), channel);
}
} else {
// TODO: Is this needed ?
setInterestOps(channel, future, channel.getRawInterestOps());
}
if (future != null) {
((NioSocketChannel) channel).setConnected();
future.setSuccess();
}