Marcello Seri

Results 435 comments of Marcello Seri

Thanks. I will add it to the things to improve, but I believe this will have to wait for the new conduit/mimic to be able to fix it (ping @dinosaure...

I did it on a branch, the code is uglier and I don't really see the benefit. Is rasing and catching an exception in Lwt so much slower than an...

Hi, thanks for the interest! I had in mind something similar to https://github.com/mirage/ocaml-rpc/blob/master/docs/dune In this case, instead, I think we should create an `index.mld` manually which links to the various...

Refactoring the code to enable proper logging is high on the list of welcome features. If anybody has the time to put in the work or start a discussion on...

I think this is similar/relatable to https://github.com/mirage/ocaml-cohttp/issues/479

For future reference, in #819 a test was made dropping conduit-lwt-unix and using directly `Lwt_unix.file_descr` and it resulted in a server that was able to handle 100_000. RPS with average...

I think the suggestions in [#509](https://github.com/mirage/ocaml-cohttp/issues/509) or [#479](https://github.com/mirage/ocaml-cohttp/issues/479) may be helpful with this

Thanks, in any case this is not happening in a part of the codebase that was touched for 2.5.5. I am quite surprised that it appeared compiling cohttp-lwt-unix as a...