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

   In certain circumstances SftpOutputStreamAsync.flush() could cause sending 
an SSH_FXP_WRITE with zero data bytes. While this is not forbidden in SFTP, it 
is unnecessary and there is at least one SFTP server that (erroneously) rejects 
such zero-byte writes with an SSH_FX_BAD_MESSAGE error.
   
   Ensure that SftpOutputStreamAsync does not produce such extra zero-byte 
writes.
   
   Fixes #861.


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