[GitHub] [mina-sshd] tomaswolf opened a new pull request, #408: GH-407: Override FilterOutputStream.write(byte[], int, int)

2023-08-26 Thread via GitHub
tomaswolf opened a new pull request, #408: URL: https://github.com/apache/mina-sshd/pull/408 The default implementation calls write(int) for every byte, which may be very inefficient. Override it in the few cases where we use a FilterOutputStream to pass through the operation to the

[GitHub] [mina-sshd] tomaswolf merged pull request #408: GH-407: Override FilterOutputStream.write(byte[], int, int)

2023-08-26 Thread via GitHub
tomaswolf merged PR #408: URL: https://github.com/apache/mina-sshd/pull/408 -- 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:

[GitHub] [mina-sshd] tomaswolf closed issue #407: sftp upload performance deterioration after update to 2.10.0

2023-08-26 Thread via GitHub
tomaswolf closed issue #407: sftp upload performance deterioration after update to 2.10.0 URL: https://github.com/apache/mina-sshd/issues/407 -- 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

[GitHub] [mina-sshd] lzzcg opened a new issue, #407: sftp upload performance deterioration after update to 2.10.0

2023-08-26 Thread via GitHub
lzzcg opened a new issue, #407: URL: https://github.com/apache/mina-sshd/issues/407 ### Version 2.10.0 ### Bug description at **org.apache.sshd.sftp.client.fs.SftpFileSystemProvider#newOutputStream** method, SftpOutputStreamAsync is decorated by FilterOutputStream.