From a6fea99eb72bdb298c08c5ff33c9e926bdfee1ad Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 26 Mar 2002 03:53:46 +0000 Subject: [PATCH] If EOF encountered while reading server response, signal an error. This prevents the uninterruptible infinite loop when the network goes down while the connection is open. --- v7/src/imail/todo.txt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/v7/src/imail/todo.txt b/v7/src/imail/todo.txt index d5b3f13cd..8fb69150d 100644 --- a/v7/src/imail/todo.txt +++ b/v7/src/imail/todo.txt @@ -1,5 +1,5 @@ IMAIL To-Do List -$Id: todo.txt,v 1.137 2002/03/25 16:35:58 cph Exp $ +$Id: todo.txt,v 1.138 2002/03/26 03:53:46 cph Exp $ Bug fixes --------- @@ -18,16 +18,6 @@ Bug fixes folder if it is open, then discard all the state, and finally reinitialize it to be a closed reference to the new URL. -* When network connection gets wedged, Edwin locks up and can't be - interrupted with C-g. This is fundamentally an Edwin problem, but - it occurs much more frequently with IMAIL. See if there's a better - way to handle this -- if Edwin were running under a terminal window, - it would have a real interrupt character, which would do what we - want. This should happen under X as well. - - [I think this should be improved now that I've fixed the problem - with `poll' not handling errors right.] - * When Rmail parser encounters corruption, tell the user what message is corrupted and attempt to recover the parse by looking for the beginning of another message. -- 2.25.1