Posted on Mar 14, 2011 by
Helpful Rhino
the code in src/http.c is missing a call to set CURLOPT_NOSIGNAL to 1. This can cause problems with signals and cause errors, especially with the seeder that puts multithreaded access heavily in use.
investigate the side effects of setting CURLOPT_NOSIGNAL to 1 in normal usage (i.e. not seeding)
Comment #1
Posted on Apr 11, 2011 by Helpful RhinoThis issue was closed by revision r272.
Status: Fixed
Labels:
Type-Defect
Priority-High
Component-Sources