diff TODO @ 161:fbbdc46429b4 noffle

[svn] Add handling of connection breakdown during a fetch to later section.
author enz
date Fri, 29 Dec 2000 15:09:25 +0000
parents 7c7a7c96d35b
children 3d243292468d
line wrap: on
line diff
--- a/TODO	Fri Dec 29 15:05:10 2000 +0000
+++ b/TODO	Fri Dec 29 15:09:25 2000 +0000
@@ -13,6 +13,10 @@
 Later
 -----
 
+ * Make Noffle handle a connection break-down during a fetch more gracefully.
+   At present it still continues to fetch articles, generating a
+   retrieving failed article for each article left.
+
  * Improve performance of group database. Using GDBM is a bad choice,
    better use a btree from the Berkeley db library in libc.
    This will be a good time for a redesign of the group.h interface