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;



Reply via email to