Mercurial > noffle
diff TODO @ 180:09ca6eb5c7ff noffle
[svn] * TODO,src/client.c,src/client.h,src/fetch.c,src/fetch.h,src/noffle.c:
Improve error checking during fetches. A fetch is now aborted immediately
if the connection times out or if an unexpected response arrives.
This should fix problems with articles appearing in the wrong group,
and possibly other mysterious happenings.
author | bears |
---|---|
date | Wed, 09 May 2001 12:33:43 +0100 |
parents | 7ba337dafb2c |
children | fed1334d766b |
line wrap: on
line diff
--- a/TODO Wed May 09 12:15:31 2001 +0100 +++ b/TODO Wed May 09 12:33:43 2001 +0100 @@ -14,10 +14,6 @@ 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