On Wednesday 15 April 2009 07:43:14 j16sdiz at freenetproject.org wrote:
> Author: j16sdiz
> Date: 2009-04-15 06:43:12 +0000 (Wed, 15 Apr 2009)
> New Revision: 26829
> 
> Modified:
>    trunk/freenet/src/freenet/node/fcp/FCPClient.java
> Log:
> revert r26828: req.cacnel() in removeAll() not work as expected

Hmmm, what is the problem here? Clearly we are adding to toKill in order to 
mass-cancel?
> 
> Modified: trunk/freenet/src/freenet/node/fcp/FCPClient.java
> ===================================================================
> --- trunk/freenet/src/freenet/node/fcp/FCPClient.java 2009-04-15 06:35:17 
UTC (rev 26828)
> +++ trunk/freenet/src/freenet/node/fcp/FCPClient.java 2009-04-15 06:43:12 
UTC (rev 26829)
> @@ -466,8 +466,6 @@
>                       if (persistenceType == ClientRequest.PERSIST_FOREVER)
>                               
> container.ext().store(clientRequestsByIdentifier, 2);
>               }
> -             for (ClientRequest req : toKill)
> -                     req.cancel();
>       }
>  
>       public ClientGet getCompletedRequest(FreenetURI key, ObjectContainer 
container) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 835 bytes
Desc: This is a digitally signed message part.
URL: 
<https://emu.freenetproject.org/pipermail/devl/attachments/20090423/f49aaee8/attachment.pgp>

Reply via email to