Skip to content

Thread safety and Async/Lwt SSL

Pre-release
Pre-release
Compare
Choose a tag to compare
@avsm avsm released this 13 Apr 09:12
· 2177 commits to master since this release
  • Remove dependency on ocaml-re in order to make library POSIX thread-safe.
  • Shift most of the connection handling logic out to a Conduit library that
    worries about which SSL library to use, and fails if SSL is not available.
  • Add Async-SSL support for both client and server (#102).
  • Add Lwt-SSL support for the server side (the client side existed before).
  • Fix buggy Async chunked POST handling.