-
Notifications
You must be signed in to change notification settings - Fork 434
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
Error in hackney_headers_new #400
Comments
Me too:
|
edevil
added a commit
to edevil/sentry-elixir
that referenced
this issue
Apr 24, 2017
Hackney 1.8.0 fixes a nasty bug: benoitc/hackney#400
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hackney lib version: 0.7.1
httpoision lib version: 0.11.1
Using the
follow_redirect
option with a URL that redirects (https://google.com/
redirects tohttps://www.google.com/
) fails inside hackney's header parsing. It seems related to the recent header parsing refactor for duplicate headers (#234 and related).HTTPoison code (tried to reproduce in only hackney but couldn't quite figure it out, sorry☹️ ):
Error:
The text was updated successfully, but these errors were encountered: