diff Core/HttpClient.cpp @ 2107:88831c3edd8f

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Oct 2016 17:22:09 +0200
parents 58a0ee0b4be1
children dd609a99d39a
line wrap: on
line diff
--- a/Core/HttpClient.cpp	Mon Oct 17 15:36:50 2016 +0200
+++ b/Core/HttpClient.cpp	Wed Oct 19 17:22:09 2016 +0200
@@ -328,7 +328,8 @@
     pimpl_(new PImpl), 
     verifyPeers_(true),
     pkcs11Enabled_(false),
-    headersToLowerCase_(true)
+    headersToLowerCase_(true),
+    redirectionFollowed_(true)
   {
     Setup();
   }
@@ -338,7 +339,8 @@
                          const std::string& uri) : 
     pimpl_(new PImpl), 
     verifyPeers_(true),
-    headersToLowerCase_(true)
+    headersToLowerCase_(true),
+    redirectionFollowed_(true)
   {
     Setup();