Hehe... nope! I nearly put that, but writeLoggedFlushedResponse uses println, so the final \r\n is put in there for you (provided java knows to use \r\n as newline, and not just \n ?).
Daniel. > -----Original Message----- > From: Danny Angus [mailto:[EMAIL PROTECTED] > Sent: 13 October 2004 09:13 > To: James Users List > Subject: Re: Problem reading posts from NNTP server > > > > Should be: > > writeLoggedFlushedResponse("\r\n."); > > Don't shoot me but should that not be.. > > writeLoggedFlushedResponse("\r\n.\r\n"); > > ? > d. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
