Mercurial > hg > orthanc
changeset 2049:b89da14b3e8d
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 27 Jun 2016 11:33:22 +0200 |
parents | 154f3e73ad3a |
children | 6c52276b6ec4 96aad5f1b9f1 |
files | Core/HttpClient.cpp |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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();