elixir-mint / mint

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

Return {:error, :closed} if SSL is closed on transfer #264

Closed josevalim closed 4 years ago

josevalim commented 4 years ago

It also fixes a race condition which could send messages out of order to the transferred process.