mimaya commented on issue #410:
URL: https://github.com/apache/mina-sshd/issues/410#issuecomment-1698929146

   >  handleClose() handles reception of the peer's CLOSE message. As I 
understood the problem is that the client sends its EOF after it has already 
sent its CLOSE.
   
   We always call close channel immediately after exitStatus is read. this does 
not call graceful close and send SSH_MSG_CHANNEL_CLOSE.  My understanding is on 
reception of peer's SSH_MSG_CHANNEL_CLOSE, handleClose is calling close(false) 
that sends SSH_MSG_CHANNEL_CLOSE from client
   


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