Christophe Raffalli

Results 144 comments of Christophe Raffalli

I am going to propose a PR one the line mentionned above + one change. 2 of the changes could be applied to several functions in the Unix module: 1....

> I think that you do not need the CAMLparam and CAMLreturn here. In the first function, `ret` has type `long` so technically it should be `CAMLreturnT(long, ret)` I think...

I think you can close this issue... I still believe we could improve parsing/handling of headers and cookies, but I don't think I will be working on that soon.

Could you tell us if this issue is still there and if it is provide an example to reproduce the problem ?

I confirm I can reproduce. May be this is related to Let's encrypt certificate not considered secure enough ?

A better solution could be a `getoptvalue : int -> int -> string option` But this does not solve the problem of get_all and get_tuple. May be get_optall and get_opttuple...

I finally decided that the when a column of type string may be null, then the empty string is equivalent to null. This mostly solved the issue. This is a...

I did, cohttpd-eio works. httpaf-eio fails to compile because result is not available and after added RUN opam install result and updating submodule, I still have ``` File "vendor/httpaf/eio/httpaf_eio.mli", line...

Running cargo build manually I have a stranger error around 20% of download: ``` warning: spurious network error (2 tries remaining): http parser error: stream ended at an unexpected time;...