tomaswolf edited a comment on pull request #152:
URL: https://github.com/apache/mina-sshd/pull/152#issuecomment-665529294


   @gnodet: BTW, note that the exception stack trace does not point back to 
user code but to `Nio2Session.handleReadCycleCompletion`. That's not helpful to 
debug such problems.
   
   The reason for this is probably that `AbstractSshFuture.verifyResult()` 
re-throws the original `IOException`. It would be more useful if that always 
threw a new `IOException` with the original as cause. At least for any future 
that is handed out to client code.


----------------------------------------------------------------
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.

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