mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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…
x
Reference in New Issue
Block a user