Skip to content

Commit

Permalink
variable format
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Apr 11, 2024
1 parent 2b9ffff commit 0e1ee65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2i-hub/CARMACloudPlugin/src/CARMACloudPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ void CARMACloudPlugin::CARMAResponseHandler(QHttpEngine::Socket *socket)
}
PLOG(logINFO) << "Received TCM bytes size: " << st.size()<< std::endl;

string tcm = "";
std::string tcm = "";
bool isCompressed = socket->headers().keys().contains(CONTENT_ENCODING_KEY) && std::string(socket->headers().constFind(CONTENT_ENCODING_KEY).value().data()) == CONTENT_ENCODING_VALUE;
if (isCompressed)
{
Expand Down

0 comments on commit 0e1ee65

Please sign in to comment.