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

Test for both EAGAIN and EINPROGRESS for AF_UNIX sockets. #1262

Merged
merged 1 commit into from
Aug 21, 2024

Commits on Aug 20, 2024

  1. Test for both EAGAIN and EINPROGRESS for AF_UNIX sockets.

    Reading the manpage it seems like we only need to test for `EAGAIN` but
    testing for both seems more prudent since this may be subtly different
    on more esoteric kernels (SunOS, AIX, BSD, etc).
    
    Fixes #1260
    michael-grunder committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    03e23c6 View commit details
    Browse the repository at this point in the history