ygrek / ocurl

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

Bind `extra_fds` argument to `curl_multi_wait` and `curl_multi_poll` #71

Closed nojb closed 5 months ago

nojb commented 9 months ago

Propose to bind the extra_fds argument of curl_multi_wait and curl_multi_poll.

Suggestions to improve the API are welcome!

nojb commented 6 months ago

Friendly ping.

ygrek commented 5 months ago

cherry-picked in https://github.com/ygrek/ocurl/commit/f76878e8d8a3a83a46feec3ba7a50583592748e6 thanks!

nojb commented 5 months ago

Thank you!