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-398: SftpInputStreamAsync: fix EOF for read length zero #399

Merged
merged 1 commit into from
Jul 22, 2023

Conversation

tomaswolf
Copy link
Member

Only return EOF once the EOF indicator is set and there is no more buffered data.

Fixes #398.

Only return EOF once the EOF indicator is set *and* there is no more
buffered data.

Bug: apache#398
@tomaswolf tomaswolf merged commit 511cd92 into apache:master Jul 22, 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.

SftpInputStreamAsync#read(byte[], int, int) fails on calls with len = 0
1 participant