Antti / rust-amqp

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

Percent-decode login & password in Session::open_url #6

Closed divarvel closed 9 years ago

divarvel commented 9 years ago

UrlParser does not decode them (it makes sure they're encoded).

divarvel commented 9 years ago

Thanks, it's way simpler now. I've updated thePR