erlcloud / lhttpc

lhttpc is a lightweight HTTP/1.1 client implemented in Erlang.
Other
1 stars 19 forks source link

Rfc compliant at sign handling #7

Closed cjkjellander closed 7 years ago

cjkjellander commented 7 years ago

We started seeing urls with at-signs in the url-path and lhttpc can't handle that.

This branch adds a failing test on a RFC-compliant url, and then fixes the bug.

Details in RFC1738 §3.1.

motobob commented 7 years ago

lgtm. unless any more comments i'll merge and integrate into erlcloud

nalundgaard commented 7 years ago

👍 LGTM

motobob commented 7 years ago

@cjkjellander thanks for contribution. https://hex.pm/packages/erlcloud/2.2.7 now has it.