Author: toad
Date: 2008-01-28 14:40:29 +0000 (Mon, 28 Jan 2008)
New Revision: 17356

Modified:
   trunk/freenet/src/freenet/node/NodeClientCore.java
Log:
Explanation of why we don't need 17307/17310.

Modified: trunk/freenet/src/freenet/node/NodeClientCore.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeClientCore.java  2008-01-28 14:38:24 UTC 
(rev 17355)
+++ trunk/freenet/src/freenet/node/NodeClientCore.java  2008-01-28 14:40:29 UTC 
(rev 17356)
@@ -747,6 +747,7 @@
                        }
                }

+               // Get status explicitly, *after* completed(), so that it will 
be RECEIVE_FAILED if the receive failed.
                int status = is.getStatus();
         if(status != CHKInsertSender.TIMED_OUT && status != 
CHKInsertSender.GENERATED_REJECTED_OVERLOAD && status != 
CHKInsertSender.INTERNAL_ERROR
                        && status != CHKInsertSender.ROUTE_REALLY_NOT_FOUND) {


Reply via email to