Gnus development mailing list
 help / color / mirror / Atom feed
From: Sudish Joseph <sudish@mindspring.com>
Subject: infloop in nntp-retrieve-headers-with-xover in 0.4
Date: 02 Aug 1996 21:20:34 -0400	[thread overview]
Message-ID: <m2d919w9el.fsf@atreides.erehwon.org> (raw)

You can lose articles in 0.4 if nntp-retrieve-headers-with-xover ever
sends more than one XOVER (due to nntp-nov-gap).  You'll also infloop.

nntp-send-command now erases the buffer which
nntp-retrieve-headers-with-xover is accumulating it's o/p in.  If
nntp-nov-gap comes into play (depends on what you've got ticked, or if
you have a very small gap) the results of earlier xovers for the same
group are obliterated.  

As a consequence, the code that checks to see if the results of all
the XOVER's sent have arrived will infloop.  Removing the infloop
means you won't see the headers for some articles.  Removing the
erase-buffer will generate a very large *nntpd* buffer after a few
groups.  A real fix requires time I don't have tonight. :-)

-Sudish


                 reply	other threads:[~1996-08-03  1:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2d919w9el.fsf@atreides.erehwon.org \
    --to=sudish@mindspring.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).