ostinelli / net-http2

NetHttp2 is an HTTP/2 client for Ruby.
MIT License
141 stars 31 forks source link

Close streams when a SocketError occurs #47

Open Matchlighter opened 3 years ago

Matchlighter commented 3 years ago

Fixes issues where the Socket closes during a request. Prior to this change, the requesting thread would remain blocked forever.