Skip to content

Fix custom contexts on Lwt and client peer address handling

Compare
Choose a tag to compare
@avsm avsm released this 21 Aug 13:32
  • Do not ignore custom context when calling Conduit_lwt_unix_ssl.accept
    (reported by @jrb467 in #88)
  • Conduit_lwt_unix.Serve now passes the client flow to the server
    callback instead of the listening server one. This lets servers
    retrieve the peer endpoint correctly (reported by @fxfactorial in #87)