With today's master branch.
I have some code using Cohttp_lwt_unix.Client.call which works with OCaml 4.14.* and the released Cohttp.
On OCaml 5 it fails Cohttp_lwt__Connection.Retry, on a regular GET. Exception appears async (Shows up in the Lwt.async_exception_hook, cannot be caught).
With today's
masterbranch.I have some code using
Cohttp_lwt_unix.Client.callwhich works with OCaml 4.14.* and the released Cohttp.On OCaml 5 it fails
Cohttp_lwt__Connection.Retry, on a regularGET. Exception appears async (Shows up in theLwt.async_exception_hook, cannot be caught).