http_downloader.downloadSocket( length, listener, isTransient() );
}else{
http_downloader.download( length, listener, isTransient() );
}
}catch( ExternalSeedException ese ){
if ( http_downloader.getLastResponse() == 503 && http_downloader.getLast503RetrySecs() >= 0 ){