ygrek / ocurl

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

Adds support for CURLOPT_CLOSESOCKETFUNCTION #50

Closed dwwoelfel closed 3 years ago

dwwoelfel commented 3 years ago

Adds support for CURLOPT_CLOSESOCKETFUNCTION.

It has been available since 7.21.7, under the minimum curl version on the README of 7.28.0. I added checks for whether it's supported anyway because the opensocketfunction has been available since 7.17 and it has the checks.

dwwoelfel commented 3 years ago

Thanks for the feedback! Updated to remove the configure checks.

ygrek commented 3 years ago

Thanks!