Author: toad
Date: 2007-05-19 20:11:48 +0000 (Sat, 19 May 2007)
New Revision: 13272

Modified:
   trunk/freenet/src/freenet/client/FetchException.java
Log:
Complete FetchException.isFatal

Modified: trunk/freenet/src/freenet/client/FetchException.java
===================================================================
--- trunk/freenet/src/freenet/client/FetchException.java        2007-05-19 
15:13:02 UTC (rev 13271)
+++ trunk/freenet/src/freenet/client/FetchException.java        2007-05-19 
20:11:48 UTC (rev 13272)
@@ -297,6 +297,8 @@
                case UNKNOWN_SPLITFILE_METADATA:
                case INVALID_URI:
                case TOO_BIG:
+               case TOO_BIG_METADATA:
+               case TOO_MANY_BLOCKS_PER_SEGMENT:
                        return true;

                // Low level errors, can be retried


Reply via email to