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 IPv6 literals in URI #43

Merged
merged 1 commit into from
Nov 4, 2023
Merged

Fix IPv6 literals in URI #43

merged 1 commit into from
Nov 4, 2023

Conversation

herwinw
Copy link
Member

@herwinw herwinw commented Nov 4, 2023

This fixes calls like this:

XMLRPC::Client.new_from_uri('http://[::1]:8080/RPC2')

This should fix the bug I mentioned in #42.

This fixes calls like this:

    XMLRPC::Client.new_from_uri('http://[::1]:8080/RPC2')
@kou kou merged commit 020ad49 into ruby:master Nov 4, 2023
16 checks passed
@kou
Copy link
Member

kou commented Nov 4, 2023

Good catch!

@herwinw herwinw deleted the ipv6_literal branch November 5, 2023 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants