vincenthz / hs-connection

simple client connection library in haskell with builtin features: SSL/TLS, SOCKS, session management.
Other
61 stars 48 forks source link

don't leak open socket on failing TLS handshake #28

Closed agrafix closed 7 years ago

agrafix commented 7 years ago

See #27 and https://github.com/snoyberg/http-client/issues/257 , big thanks to @Yuras

vincenthz commented 7 years ago

Thanks @agrafix and @Yuras