[freenet-cvs] r13156 - trunk/freenet/src/freenet/client

toad at freenetproject.org toad at freenetproject.org
Sat May 5 19:23:57 UTC 2007


Author: toad
Date: 2007-05-05 19:23:57 +0000 (Sat, 05 May 2007)
New Revision: 13156

Modified:
   trunk/freenet/src/freenet/client/FetchException.java
Log:
PERMANENT_REDIRECT is fatal, in that there is no point retrying with the old URI

Modified: trunk/freenet/src/freenet/client/FetchException.java
===================================================================
--- trunk/freenet/src/freenet/client/FetchException.java	2007-05-05 18:02:56 UTC (rev 13155)
+++ trunk/freenet/src/freenet/client/FetchException.java	2007-05-05 19:23:57 UTC (rev 13156)
@@ -317,6 +317,7 @@
 		// Wierd ones
 		case CANCELLED:
 		case ARCHIVE_RESTART:
+		case PERMANENT_REDIRECT:
 			// Fatal
 			return true;
 			




More information about the cvs mailing list