Antti / rust-amqp

AMQP client in pure rust. Corresponds to rabbitmq spec.
MIT License
247 stars 45 forks source link

Session::open_url does not percent decode username and password #5

Closed divarvel closed 9 years ago

divarvel commented 9 years ago

the url parser percent-encodes username and password, so it's up to the user to decode them. I'll submit a PR for this.

divarvel commented 9 years ago

See https://github.com/Antti/rust-amqp/pull/6