This is an automated email from the ASF dual-hosted git repository.
twolf pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from bde56696d Update CHANGES.md
add 32038f1dc GH-861: prevent zero-byte write in SFTP
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 1 +
.../sftp/client/impl/SftpOutputStreamAsync.java | 48 ++++++----
.../apache/sshd/sftp/client/SftpClientTest.java | 101 +++++++++++++++++++++
3 files changed, 133 insertions(+), 17 deletions(-)
create mode 100644
sshd-sftp/src/test/java/org/apache/sshd/sftp/client/SftpClientTest.java