-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Setting SO_LINGER completely inconsistent #4040
Labels
Milestone
Comments
@etehtsea This is fixed now, right? |
etehtsea
added a commit
to etehtsea/jruby
that referenced
this issue
Aug 27, 2016
etehtsea
added a commit
to etehtsea/jruby
that referenced
this issue
Aug 28, 2016
etehtsea
added a commit
to etehtsea/jruby
that referenced
this issue
Aug 28, 2016
etehtsea
added a commit
to etehtsea/jruby
that referenced
this issue
Aug 31, 2016
etehtsea
added a commit
to etehtsea/jruby
that referenced
this issue
Sep 7, 2016
etehtsea
added a commit
to etehtsea/jruby
that referenced
this issue
Sep 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MRI works / JRuby unsupported:
s.setsockopt(Socket::Option.linger(true, 0))
MRI works / JRuby accepted, but does nothing (broken):
MRI:
JRuby:
MRI unsupported / JRuby broken:
MRI:
JRuby same as previous.
MRI unsupported / JRuby actually works:
MRI same as previous.
JRuby:
The text was updated successfully, but these errors were encountered: