lgoldstein commented on PR #223:
URL: https://github.com/apache/mina-sshd/pull/223#issuecomment-1126982558

   > I was not able to determine whether pending peer packets are flushed 
before EOF is sent and the channel is closed.
   
   >> They should be. On a graceful close, the channel first closes the 
ChannelAsyncOutputStream gracefully. The stream's close future is fulfilled 
only once the last write has been completed. Sending the EOF happens in a 
future listener on the stream's  close future, so it goes out after the stream 
is closed, and it's done not via the stream but directly via the SSH session.
   
   Great


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