haskell / network

Low-level networking interface
http://hackage.haskell.org/package/network
Other
322 stars 186 forks source link

Close file descriptor in accept when exception happens #569

Closed andrewthad closed 11 months ago

andrewthad commented 11 months ago

Resolves https://github.com/haskell/network/issues/568

kazu-yamamoto commented 11 months ago

Rebased and merged. Thank you for your contribution!