Fix Class cast issue

This commit is contained in:
Sheng Yang 2011-07-08 20:34:12 -07:00
parent 8ada2852bf
commit 0f09546d04

View File

@ -198,7 +198,7 @@ public abstract class NioConnection implements Runnable {
Link.doHandshake(socketChannel, sslEngine, false);
} catch (Exception e) {
logDebug(e, key, 0);
s_logger.debug("Socket " + socket + " closed on read. Probably -1 returned: " + e.getMessage());
terminate(key);
return;
}