tomaswolf opened a new pull request, #408:
URL: https://github.com/apache/mina-sshd/pull/408

   The default implementation calls write(int) for every byte, which may be 
very inefficient. Override it in the few cases where we use a 
FilterOutputStream to pass through the operation to the underlying 
OutputStream, which is also responsible for any index and length validations.
   
   Fixes #407.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to