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

fuse_t_session: Correctly handle EOF #158

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

Commits on Oct 13, 2023

  1. fuse_t_session: Correctly handle EOF

    The fuse-t session uses a socket pair for communication but wasn't
    correctly handling EOF and so when trying to gracefully unmount it
    would just hang. This change simply deals with EOF in the channel and
    returns None when it occurs during header read and an error otherwise.
    
    Signed-off-by: Brian Olsen <[email protected]>
    griff committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    44b8c25 View commit details
    Browse the repository at this point in the history