GaloisInc / curl

A Haskell binding to the curl library
Other
30 stars 18 forks source link

Miscellaneous fixes #25

Open neilmayhew opened 2 years ago

neilmayhew commented 2 years ago

This includes fixes to documentation, the cabal file, and the datatypes used in callback functions.

The most important change is adding a warning about needing to use the threaded runtime. It took me quite a few hours of debugging to find out why libcurl was returning a highly misleading error (CurlBadFunctionArgument) due to being interrupted by a SIGVTALRM from the non-threaded runtime.

sternenseemann commented 2 years ago

Thanks for this! Was scratching my head quite a bit where these inconsistent errors were coming from.

neilmayhew commented 1 year ago

Any chance of getting this merged, please?

neilmayhew commented 1 month ago

@yav @glguy @RyanGlScott Do you guys have maintainership of this repo any more? I see you've all committed to it in the past and are still members of the GaloisInc org