haskell-grpc-native / http2-client

A native HTTP2 client in Haskell
BSD 3-Clause "New" or "Revised" License
43 stars 27 forks source link

Close the connection at the end of 'runHttp2Client'. #60

Closed lucasdicioccio closed 6 years ago

lucasdicioccio commented 6 years ago

Breaking-change: code compiling with 0.7.x.y will still compile but will, in all likelihood, raise IOExceptions at the end of the processing instead of terminating cleanly. Conversely, code that was leaking connections will now properly close them.