elixir-mint / mint

Functional HTTP client for Elixir with support for HTTP/1 and HTTP/2 🌱
Apache License 2.0
1.36k stars 106 forks source link

Get tests passing again #360

Closed whatyouhide closed 2 years ago

whatyouhide commented 2 years ago

Closes https://github.com/elixir-mint/mint/issues/265. Closes https://github.com/elixir-mint/mint/issues/340.

🤞

whatyouhide commented 2 years ago

@ericmj they were using http2.golang.org which is decommissioned and doesn't work anymore 😩 I did a mix of skillful test skipping and changes to use httpbin.org until all tests passed 😄