mirror of https://github.com/apache/cloudstack.git
Fix Class cast issue
This commit is contained in:
parent
8ada2852bf
commit
0f09546d04
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue