Closed cgerling closed 1 year ago
Can you rebase against main so we can get CI to run? And let us know when it's ready for review again.
I'm not entirely sure why the timeout was occurring but I found out that httpc
only supports binaries
as header values from OTP/24 and above, so I updated the code to encode header values as charlists to, it seemed to solve the timeout as well, I tested with all versions locally to be sure.
Thank you @cgerling!
Part of https://github.com/hexpm/hex/issues/738