Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse_url incorrectly parses urls without path but with GET parameters #512

Closed
brigadier opened this issue Jun 20, 2018 · 1 comment · Fixed by #513
Closed

parse_url incorrectly parses urls without path but with GET parameters #512

brigadier opened this issue Jun 20, 2018 · 1 comment · Fixed by #513
Assignees
Labels

Comments

@brigadier
Copy link
Contributor

For example

{hackney_url,hackney_tcp_transport,http,<<"abc.com?q=123">>,
             <<"/">>,<<"/">>,<<>>,<<>>,"abc.com?q=123",80,<<>>,<<>>}
 = hackney_url:parse_url("http://abc.com?q=123").
@benoitc
Copy link
Owner

benoitc commented Jun 20, 2018

@brigadier fixed, thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants