-
Notifications
You must be signed in to change notification settings - Fork 337
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
follow_redirect option causes hackney error #240
Comments
I have same issue. The redirects work with cURL, though. My particular URL is https://show.io/A6hL83mDL. |
jknipp
added a commit
to spreedly/spreedly-elixir
that referenced
this issue
Apr 17, 2017
Update Hackney version to 1.6.5 and required change to Httpoison 0.10.x to support the Hackney update. Note: 1.6.5 at this time is the last of the 1.6 non-retired versions and there is a bug with 1.7.x that causes issues with InfluxDB / instream preventing further upgrades. See edgurgel/httpoison#240.
jknipp
added a commit
to spreedly/spreedly-elixir
that referenced
this issue
Apr 17, 2017
Update Hackney version to 1.7 and required change to Httpoison 0.11.x to support the Hackney update. Note: If using the InfluxDB dep instream, you will need version >= 0.15 which patches a Hackney header issue. See related issue edgurgel/httpoison#240.
FTR, hackney has been updated to 1.8.0 which fixes this issue benoitc/hackney@6046b34. Now, httpoison needs to bump it's hackney dependency version. |
edevil
added a commit
to edevil/httpoison
that referenced
this issue
Apr 20, 2017
Bump hackney version to fix edgurgel#240.
Merged
I will release a new version soon with this new version dependency. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
httpoison version: 0.11.1
elixir version: 1.3.4
OTP 19 [erts-8.2]
This is an error in hackney, but it affects httpoison in a simple request so I figured it might be worth tracking here too? hackney issue: benoitc/hackney#400
Using the
follow_redirect
option with a URL that redirects (https://google.com/
redirects tohttps://www.google.com/
) fails inside hackney's header parsing.Code:
Error:
The text was updated successfully, but these errors were encountered: