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

Don't leave Decoder in invalid state if read fails #14

Merged
merged 1 commit into from Jun 12, 2016

Commits on Jun 12, 2016

  1. Don't leave Decoder in invalid state if read fails

    If a read fails, such as in the case of non-blocking IO, we don't want
    to leave the Decoder in an invalid state.  Only change the state of the
    Decoder if a read succeeds, otherwise, allow for calling again.
    bvinc committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    578be4a View commit details
    Browse the repository at this point in the history