# HG changeset patch # User Benjamin Golinvaux # Date 1566982455 -7200 # Node ID e3234630df9caccf5d6fcf01e6f1c71117c431e2 # Parent 10c83e30facd573049365b31e5b751dba1bf5ce1 Removed pragma-no-cache header that seems to be useless (and even nefarious) diff -r 10c83e30facd -r e3234630df9c Framework/Loaders/DicomStructureSetLoader.cpp --- a/Framework/Loaders/DicomStructureSetLoader.cpp Tue Aug 27 15:19:37 2019 +0200 +++ b/Framework/Loaders/DicomStructureSetLoader.cpp Wed Aug 28 10:54:15 2019 +0200 @@ -211,7 +211,7 @@ command->SetUri("/tools/lookup"); command->SetMethod(Orthanc::HttpMethod_Post); command->SetBody(*it); - command->SetHttpHeader("pragma", "no-cache"); + //command->SetHttpHeader("pragma", "no-cache"); command->SetHttpHeader("cache-control", "no-cache"); #if 0 std::string itStr(*it);