if (logger.isLoggable(BasicLevel.DEBUG))
logger.log(BasicLevel.DEBUG, "", error);
} finally {
canStop = false;
if (closeConnection) {
Channel.sendTo(proxyId, new CloseConnectionNot(tcpConnection.getKey()));
}
new Thread(new Runnable() {
public void run() {
tcpConnection.close();
}