if (remoteHost == null) {
if (task.getResponse().getStatus() == 200) {
if(_logger.isLoggable(Level.FINE)){
_logger.log(Level.FINE, "clb.proxy.request_endpoint_null_200");
}
task.recycle();
objManager.offerTask(task, protocolInfo.isSecure);
return false;
} else {
if(_logger.isLoggable(Level.FINE)){
_logger.log(Level.FINE, "clb.proxy.request_endpoint_null");