Mercurial > noffle
changeset 16:ecbb74f75e4e noffle
[svn] Added problem with header in online mode.
author | enz |
---|---|
date | Sat, 29 Apr 2000 13:29:41 +0100 |
parents | 54f08929b195 |
children | d30c5ce2eee1 |
files | TODO.TXT |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO.TXT Sat Apr 29 13:22:25 2000 +0100 +++ b/TODO.TXT Sat Apr 29 13:29:41 2000 +0100 @@ -52,6 +52,18 @@ Add noffle query option for checking all groups, if they are still available at the remote server(s) and delete them otherwise. +In online mode, retrieve full article header from remote server if client +sends a HEAD command. Presently, only the header lines from the overview +are returned and the article is only retrieved on an ARTICLE or BODY command. +The reason for this was that some readers (like pine) retrieve the group +overview by sending lots of HEAD commands and their performance would badly +suffer. On the other hand, some readers (like slrn) cache the header from +a HEAD command, even if a following ARTICLE command gets more header lines, +so that not all header lines are available when reading news in online mode, +before the next start of the reader. But some header lines (e.g. Reply-To) +are important. +Maybe make the behaviour configurable. + ============================================================================= Some day far away =============================================================================