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

Accept EOF as well as newline to complete line read #404

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

Commits on Sep 20, 2019

  1. Accept EOF as well as newline to complete line read

    Currently a line isn't read if any error is reached, including EAGAIN,
    which indicates you've reached the end of a file descriptor.
    
    This commit allows EAGAIN to terminate a line if anything else has been
    read from that fd. If nothing else has been read, it's either
    non-existent or empty, which makes sense to error instead.
    shreve committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    97ee3e9 View commit details
    Browse the repository at this point in the history