Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-407: Override FilterOutputStream.write(byte[], int, int) #408

Merged
merged 1 commit into from Aug 26, 2023

Conversation

tomaswolf
Copy link
Member

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 underlying OutputStream, which is also responsible for any index and length validations.

Fixes #407.

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 underlying
OutputStream, which is also responsible for any index and length
validations.

Bug: apache#407
@tomaswolf tomaswolf merged commit 6d93af8 into apache:master Aug 26, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sftp upload performance deterioration after update to 2.10.0
1 participant