Re: [Patch] Removed deprecated code from DefaultInputHandler

2004-11-12 Thread Kevin Jackson
IIRC I used DataInputStream instead of BufferedReader for a reason, I can't exactly recall why. Most likely I wanted to avoid reading more than the current input request wanted to process - BufferedReader may be too greedy and swallow content that was supposed to go to a subsequent request or even

Re: [Patch] Removed deprecated code from DefaultInputHandler

2004-11-12 Thread Stefan Bodewig
On Wed, 10 Nov 2004, Kevin Jackson <[EMAIL PROTECTED]> wrote: > Now uses BufferedReader and not DataInputStream. To avoid deprecated > call to readLine IIRC I used DataInputStream instead of BufferedReader for a reason, I can't exactly recall why. Most likely I wanted to avoid reading more than

[Patch] Removed deprecated code from DefaultInputHandler

2004-11-10 Thread Kevin Jackson
Now uses BufferedReader and not DataInputStream. To avoid deprecated call to readLine Sorry JUnit test included requires some user intervention (getting data from System.in) Kev Index: DefaultInputHandler.java === RCS file: /home/