Jan_31_2024-Dev

This commit is contained in:
Ned Wright
2024-01-31 17:34:53 +00:00
parent 752a5785f0
commit 6d67818a94
376 changed files with 8101 additions and 7064 deletions

View File

@@ -126,7 +126,7 @@ void TuningDecision::updateDecisions()
}
dbgTrace(D_WAAP) << "URI prefix: " << m_baseUri;
bool isSuccessful = sendObject(tuningDecisionFiles,
I_Messaging::Method::GET,
HTTPMethod::GET,
m_baseUri + "?list-type=2&prefix=" + m_remotePath);
if (!isSuccessful || tuningDecisionFiles.getFilesList().empty())
@@ -136,7 +136,7 @@ void TuningDecision::updateDecisions()
}
if (!sendObject(tuningEvents,
I_Messaging::Method::GET,
HTTPMethod::GET,
m_baseUri + tuningDecisionFiles.getFilesList()[0]))
{
return;