Christian,
I've commited this, but I'd appreciate you telling me what difference the
pre-increment/post-increment  article number change makes.
I know NNTP suffered from not displaying the first post to a group until a
second post had been made, and hope this isn't going to revive that bug.

d.
  -----Original Message-----
  From: Christian Buchegger [mailto:[EMAIL PROTECTED]]
  Sent: 26 August 2002 20:30
  To: [EMAIL PROTECTED]
  Subject: [PATCH] NNTPHandler.java does not dispatch next command


  NNTPHandler.java does not dispatch the next command to the method doNEXT.
  Additionally the commands next and last behave like

  send(header(CurrentArticleNumber++));

  while they should behave like:

  send(header(++CurrentArticleNumber));

  The attached patch corrects both problems.

  Christian

Reply via email to