Calascibetta Romain

Results 188 comments of Calascibetta Romain

Currently, I did a proof-of-concept with Mirage and Httpaf (and others stuffs). It will be a good end-to-end minimal project to replace `conduit` by `tuyau` and try to get the...

I did a little work to port HTTP/AF with `tuyau` and support MirageOS and `ocaml-tls`. The signature is close to the idea given by `httpaf-lwt-unix` where we start an infinite...

Just to come back, `paf.0.0.1` was release which has the support of TLS (with `ocaml-tls`) on the server side. The client side is able to use `ocaml-tls` (with [`ca-certs`][ca-certs] if...

@seliopou do you have any plan for this PR?

Any news? If you want some helps, I will happy to spend some times to test/participate :+1:.

Gently ping about this PR. Do you have any news?

Thanks you 👍 I will very happy to see a release with this PR to be able then to homogenize my MirageOS stack. Again, if you need some fuels (ping...

> This doesn't work; it just shifts the problem elsewhere (consider bytes_written = -2 and threshold = 8, for example). I believe the test should be t.bytes_written - threshold >=...

> I don't see much point in just doubling the time until it fails. On 32-bit systems, it means that instead of failing after writing 1GB of data, it will...

I did [this](https://github.com/dinosaure/multipart_form) where it mostly come from what I did about mail (see [mrmime](https://github.com/mirage/mrmime)) + RFC2833 + RFC2183. It's not tested but I will try to do something with...