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

Deleting binding does not work if routing-key contains hash #29

Open
istepaniuk opened this issue Nov 21, 2014 · 1 comment
Open

Deleting binding does not work if routing-key contains hash #29

istepaniuk opened this issue Nov 21, 2014 · 1 comment

Comments

@istepaniuk
Copy link

If you have a binding using '#' as the routing key, invoking delete_binding with '#' will not work.

The DELETE http call is being made without properly encoding the '#' in the URL, resulting in a 405 error.

A workaround now is to manually url-encode the routing key ('%23') in the delete_binding() call

@deslum
Copy link

deslum commented Jul 24, 2017

I fork and update module. Welcome https://github.com/deslum/pyrabbit2

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

No branches or pull requests

2 participants