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

continue sending output lines read after StopAtEOF was called #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

grigorijski
Copy link

@grigorijski grigorijski commented Jul 24, 2024

If StopAtEOF is called, then all lines futher read from file are ignored. This fix allows to still return all data read until EOF.

Fixes #37

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.

StopAtEOF does not function as expected.
1 participant