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

tls-eio: Fix end-of-file handling #454

Merged
merged 2 commits into from
Oct 25, 2022
Merged

tls-eio: Fix end-of-file handling #454

merged 2 commits into from
Oct 25, 2022

Commits on Sep 28, 2022

  1. tls-eio: Fix end-of-file handling

    I introduced this bug in f328099 (not in the history due
    to squash merge). However, setting the state to `Eof` is not the same as
    reporting end-of-file to the user, and we may still have data to report.
    This can cause us to miss data at the end of the stream in some cases.
    talex5 committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3dc607e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    e0d251c View commit details
    Browse the repository at this point in the history