edgurgel / httpoison

Yet Another HTTP client for Elixir powered by hackney
https://hex.pm/packages/httpoison
MIT License
2.22k stars 339 forks source link

Update Hackney to 1.17 #430

Closed evancloutier closed 3 years ago

evancloutier commented 3 years ago

Updates Hackey to the latest release 1.17.

In particular to fix an issue with SSL: https://github.com/benoitc/hackney/issues/664

edgurgel commented 3 years ago

Hi @evancloutier, thanks for the PR! I will wait a bit for more feedback on hackney 1.17 so we can merge this and "force" people to use this version.

Right now it should be possible for people to run mix deps.update hackney as the requirement "~>1.16" allows anything that is not 2.0 or greater and must be greater than 1.16... I think 🤔

evancloutier commented 3 years ago

@edgurgel good point! i'll do that until you feel comfortable merging 👍