Open neilmayhew opened 2 years ago
Thanks for this! Was scratching my head quite a bit where these inconsistent errors were coming from.
Any chance of getting this merged, please?
@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
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 aSIGVTALRM
from the non-threaded runtime.