foo
foo
This appears to be the correct functionality according to RFC3986: http://tools.ietf.org/html/rfc3986#section-5.2.2 ``` For each URI reference (R), the following pseudocode describes an algorithm for transforming R into its target URI...
Ah I see
So the root issue is the permissiveness of parse_url() in the first place ... replacing that with parsing logic should solve the problem ... will work on it
Hi, I don't have any plans to implement the AMQP protocol at this time just because it's 100+ pages of specification ... really a terrible thing to have to implement....