*) Adding redirection support to plasmaCrawlWorker.java

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@328 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 20 years ago
parent cd279907c0
commit eee6322aaf

@ -380,7 +380,7 @@ public final class plasmaCrawlWorker extends Thread {
log.logInfo("REJECTED WRONG STATUS TYPE '" + res.status + "' for url " + url.toString());
// not processed any further
}
remote.close();
if (remote != null) remote.close();
} catch (Exception e) {
// this may happen if the targeted host does not exist or anything with the
// remote server was wrong.

Loading…
Cancel
Save