We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally reported in ruby-amqp/march_hare#134. Address.parseAddress currently assumes a hostname:port pair and IPv4 addresses.
hostname:port
The same issue was addressed in Bunny a couple of years ago, we should do the same thing: require IPv6 addresses to be enclosed in square brackets.
The text was updated successfully, but these errors were encountered:
connect
NumberFormatException
Make sure Address.parseAddress can handle quoted IPv6 addresses
d282928
Closes #385. [#159499428]
1ba531b
Closes #385. [#159499428] (cherry picked from commit d282928)
5677b79
Successfully merging a pull request may close this issue.
Originally reported in ruby-amqp/march_hare#134. Address.parseAddress currently assumes a
hostname:port
pair and IPv4 addresses.The same issue was addressed in Bunny a couple of years ago, we should do the same thing: require IPv6 addresses to be enclosed in square brackets.
The text was updated successfully, but these errors were encountered: