Skip to content

0.10.4

Compare
Choose a tag to compare
@hannesm hannesm released this 15 Aug 15:15
· 219 commits to main since this release

0.10.4 (2019-08-15)

  • tls_lwt: avoid double close by checking in the default close callback of
    Lwt_io.make whether the underlying file descriptor has been closed already.
    (reported and discussed by @hcarthy in #395, merged #397)