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

   If a channel's error stream has been redirected to the output stream, return 
null streams from getAsyncErr() and getInvertedErr(). Since they are 
redirected, application code should never see any data on them.
   
   Also document the IoReadFuture better, and change the single implementation 
of that interface to match. While the future is not done, operations return 
null or zero. EOF is signaled by getRead() == -1, or getException() returning 
an EOFException.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to