You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TCPServer.new(0) should bind the server to a random, system assigned port. To find out what that port number actually is, one uses Socket#addr and looks at the 2nd field. On JRuby though, that field is nil.
TCPServer.new(0)
should bind the server to a random, system assigned port. To find out what that port number actually is, one usesSocket#addr
and looks at the 2nd field. On JRuby though, that field is nil.Failing PR: https://github.com/puma/puma/pull/875/files
Test failure log: https://travis-ci.org/puma/puma/jobs/107033392
The text was updated successfully, but these errors were encountered: