You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 regularGET
. Exception appears async (Shows up in theLwt.async_exception_hook
, cannot be caught).The text was updated successfully, but these errors were encountered: