-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Previously A records were resolved first, which was fine for users with broken IPv6 connectivity.
Now however, users with broken IPv6 connectivity are finding connectivity via net/http broken since the connection to a resolved AAAA address fails.
Perhaps this is a net/http bug?
I suspect that this is due to this change in the resolv gem: a8d1d94 which is in 0.5.0 of the resolv gem.
Do any of you want to open an issue at https://github.com/ruby/resolv/issues to report this regression, but also see if reverting that change locally fixes your issues?
I think you can test the older version of
resolv.rbthus:gem uninstall --force resolv gem install resolv -v 0.4.0
schrockwell
Metadata
Metadata
Assignees
Labels
No labels