Mercurial > hg > orthanc-stone
changeset 967:e3234630df9c toa2019082801
Removed pragma-no-cache header that seems to be useless (and even nefarious)
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Wed, 28 Aug 2019 10:54:15 +0200 |
parents | 10c83e30facd |
children | 7dd340d36fd4 |
files | Framework/Loaders/DicomStructureSetLoader.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);