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

Error because the url contains special characters #541

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

lfxnxf
Copy link

@lfxnxf lfxnxf commented Sep 7, 2023

Error because the url contains special characters;
For example, amqp://guest:guest#123@localhost:5672/
Call amqp.dial (url), return error :parse "amqp://guest:guest": invalid port ":guest" after host
This error is caused by url.Parse.

Add a DailURI method that uses URI connections to pass in connection information without error if special characters are included

@michaelklishin
Copy link
Collaborator

Team RabbitMQ no longer pays any attention to this fork. Consider switching to, and submitting your PRs again, https://github.com/rabbitmq/amqp091-go/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants