mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Fix compilation under mono #117. Allow explicit web client selection. Init curl at application start.
This commit is contained in:
@@ -16,12 +16,6 @@ namespace Jackett
|
||||
{
|
||||
private static readonly object instance = new object();
|
||||
|
||||
static CurlHelper()
|
||||
{
|
||||
Engine.Logger.Debug("LibCurl init" + Curl.GlobalInit(CurlInitFlag.All).ToString());
|
||||
Engine.Logger.Debug("LibCurl version " + Curl.Version);
|
||||
}
|
||||
|
||||
public class CurlRequest
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user