ygrek / ocurl

OCaml bindings to libcurl
https://ygrek.org/p/ocurl
MIT License
60 stars 32 forks source link

Fix embarrasing bug in `Val_cons` callsite #76

Closed nojb closed 6 months ago

nojb commented 6 months ago

Embarrassing bug introduced in #71. Apologies about that!

Interestingly, this bug did not cause segfaults in our code, and often caused results which were close to the expected ones:

ygrek commented 6 months ago

that's a cool story, I wonder how much head-scratching it caused :)