comparison Framework/Oracle/OrthancRestApiCommand.cpp @ 959:13e078adfb94 toa2019082301

Better error log in fetch failure callback + timeout 600sec in OrthancRestApiCommand + guard against dead controller access in PanSceneTracker + relaxed DicomStructureSet AddReferenceSlice method to accept extraneous adds of the same slice (while trying to understand how it happens in the first place)
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 23 Aug 2019 14:16:45 +0200
parents a7351ad54960
children 4383382db01d 2d8ab34c8c91
comparison
equal deleted inserted replaced
958:769249e1f3b4 959:13e078adfb94
49 49
50 50
51 OrthancRestApiCommand::OrthancRestApiCommand() : 51 OrthancRestApiCommand::OrthancRestApiCommand() :
52 method_(Orthanc::HttpMethod_Get), 52 method_(Orthanc::HttpMethod_Get),
53 uri_("/"), 53 uri_("/"),
54 timeout_(60) 54 timeout_(600)
55 { 55 {
56 } 56 }
57 57
58 58
59 void OrthancRestApiCommand::SetBody(const Json::Value& json) 59 void OrthancRestApiCommand::SetBody(const Json::Value& json)