Open smondet opened 1 year ago
I get this exception with Cohttp_lwt_unix.Client.get
version 6.0.0~alpha1
. I also observe the async behavior.
That it's defined in module Connection
seems to indicate that it shouldn't leak through functions in module Client
?
Is the new alpha release still failing?
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).