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
* Note that it is not guaranteed to be able to convert to IP address using gethostbyname, getaddrinfo, etc.
* If you need local IP address, use Socket.ip_address_list.
Environment
JRUBY_OPTS="-J-Djava.net.preferIPv4Stack=false"
Puma uses
TCPSocket.gethostbyname
to receive a list oflocalhost
addresses. So this issue is important for puma.Expected Behavior
ruby-2.3.1 will provide:
Actual Behavior
jruby-9.1.6.0 will provide
Please make
gethostbyname
compatible with the recent mri ruby.The text was updated successfully, but these errors were encountered: