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

Fix #60 (calling close on a UnixSocket with a pending read waits for the read to time out on Linux) #68

Merged
merged 3 commits into from
Jan 9, 2020

Commits on Feb 14, 2019

  1. Add test case for interrupting a read() call.

    This passes on OS X and fails on Linux and is the cause of
    square/okhttp#4233.
    charleskorn committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    0fa719b View commit details
    Browse the repository at this point in the history
  2. Fix jnr#60.

    charleskorn committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    61fa89d View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

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