evgeny-pasynkov opened a new pull request, #494: URL: https://github.com/apache/mina-sshd/pull/494
The proposed improvements for Nio2Session class are based on production experience and fixing some corner cases. - When the buffer fail to be written, mark the corresponding Future as finished exceptionally - When underlying network infrastructure splits buffer to multiple write chunk, the second and next chunks were written without respect to configured write timeout - Minor consistency improvement: use better data structure for write queues which honours possibly concurrent access -- 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]
