Author: j16sdiz
Date: 2008-12-20 12:13:27 +0000 (Sat, 20 Dec 2008)
New Revision: 24659

Modified:
   trunk/plugins/XMLSpider/XMLSpider.java
Log:
fix cache bug

Modified: trunk/plugins/XMLSpider/XMLSpider.java
===================================================================
--- trunk/plugins/XMLSpider/XMLSpider.java      2008-12-20 07:29:02 UTC (rev 
24658)
+++ trunk/plugins/XMLSpider/XMLSpider.java      2008-12-20 12:13:27 UTC (rev 
24659)
@@ -212,6 +212,7 @@
 
                                while (running + toStart.size() < 
maxParallelRequests && it.hasNext()) {
                                        Page page = it.next();
+                                       it.remove();
 
                                        try {
                                                ClientGetter getter = 
makeGetter(page);

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to