diff Core/HttpClient.cpp @ 2049:b89da14b3e8d

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 27 Jun 2016 11:33:22 +0200
parents 21a8ca9ad928
children 72a7624215ae
line wrap: on
line diff
--- a/Core/HttpClient.cpp	Fri Jun 24 22:31:01 2016 +0200
+++ b/Core/HttpClient.cpp	Mon Jun 27 11:33:22 2016 +0200
@@ -327,7 +327,8 @@
   HttpClient::HttpClient(const WebServiceParameters& service,
                          const std::string& uri) : 
     pimpl_(new PImpl), 
-    verifyPeers_(true)
+    verifyPeers_(true),
+    headersToLowerCase_(true)
   {
     Setup();