[EMAIL PROTECTED] wrote:

> remm        01/01/11 22:51:58
> 
>   Modified:    catalina/src/share/org/apache/catalina/connector/http
>                         SocketInputStream.java
>   Log:
>   - Merge with some code inspired from code from BufferedInputStream.
>   - Removed some unnecessary synchronization (to be confirmed). If the
>     sync was necessary, I suggest doing it in the RequestInputStream.read()
>     instead.
>   
> 
>     */
>   -public class SocketInputStream extends BufferedInputStream {
>   +public class SocketInputStream extends InputStream {
>    

I think you should subclass FilterInputStream, because it will provide 
you default implementations for the read(xxx) methods by calling the 
read() method.

-- 
Thomas Butter <[EMAIL PROTECTED]>  ICQ: 891617

"Unix IS user friendly, it is just selective about who his friends are."


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to