comparison OrthancServer/Sources/OrthancRestApi/OrthancRestSystem.cpp @ 4740:c1d6ce00be3f openssl-3.x

integration mainline->openssl-3.x
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 06 Jul 2021 08:40:43 +0200
parents f0038043fb97 7826ac059c31
children 70d2a97ca8cb
comparison
equal deleted inserted replaced
4739:8cc9137b5c2e 4740:c1d6ce00be3f
379 std::set<DicomTransferSyntax> syntaxes; 379 std::set<DicomTransferSyntax> syntaxes;
380 380
381 Json::Value json; 381 Json::Value json;
382 if (call.ParseJsonRequest(json)) 382 if (call.ParseJsonRequest(json))
383 { 383 {
384 std::cout << json.toStyledString();
385 OrthancConfiguration::ParseAcceptedTransferSyntaxes(syntaxes, json); 384 OrthancConfiguration::ParseAcceptedTransferSyntaxes(syntaxes, json);
386 } 385 }
387 else 386 else
388 { 387 {
389 std::string body; 388 std::string body;