diff Core/HttpClient.h @ 1590:ba0226474e22

New configuration option: "HttpTimeout" to set the default timeout for HTTP requests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Aug 2015 17:51:03 +0200
parents 95b3b0260240
children 31f4adefb88f
line wrap: on
line diff
--- a/Core/HttpClient.h	Wed Aug 26 17:43:00 2015 +0200
+++ b/Core/HttpClient.h	Wed Aug 26 17:51:03 2015 +0200
@@ -163,5 +163,7 @@
                                  const std::string& httpsCACertificates);
   
     static void GlobalFinalize();
+
+    static void SetDefaultTimeout(long timeout);
   };
 }