listener = null;
} else {
if (isFrozen()) {
logger.info(className + " " + sessionId + " TimeoutWatchDog: the recepcion seems frozen: " + listener.getBytesRead() + "/" + listener.getContentLength() + " bytes ("
+ listener.getPercent() + "%) ");
exception = new UploadTimeoutException("No new data received after " + noDataTimeout / 1000 + " seconds");
} else {
run();
}
}
}