benoitc / hackney

simple HTTP client in Erlang
Other
1.34k stars 427 forks source link

Fix partial_pathencode to properly handle asterisk `*` #720

Closed kyleboe closed 1 year ago

kyleboe commented 1 year ago

Adds case and test for encoding an asterisk in the path adhering to: https://src.chromium.org/viewvc/chrome/trunk/src/url/url_canon_path.cc#l56

References