Java could use the platform-dependent line ending, so on unix that might be \n. Better
not depend on that...
Hes.
-----Original Message-----
From: Daniel Perry [mailto:[EMAIL PROTECTED]
Sent: woensdag 13 oktober 2004 16:25
To: James Users List; [EMAIL PROTECTED]
Subject: RE: Problem reading posts from NNTP server
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]