Skip to content

Releases: ocsigen/lwt_ssl

1.2.0

01 Feb 17:16
Compare
Choose a tag to compare

CHANGES:

  • add Lwt_ssl.close_notify to issue one-way SSL shutdown (#2, @madroach).
  • use Lwt.pause instead of the deprecated Lwt_unix.yield (#3, @anmonteiro).

Lwt_ssl 1.1.3

30 Jul 18:19
Compare
Choose a tag to compare
  • Upgrade from Jbuilder to Dune (3b5782c).

Lwt_ssl 1.1.2

05 Jan 11:19
Compare
Choose a tag to compare
  • Actually put sockets into non-blocking mode on recent Lwt (ocsigen/lwt#530, reported Romain Slootmaekers).