summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2016-09-09 12:42:38 -0700
committerJackLivio <jack@livio.io>2016-09-09 12:42:38 -0700
commit72d46ff18700bc09fa11ddf7d31696fa1927887b (patch)
tree819ccd1b59a47a07e3b02c39a6af83aef7a2b2b6
parentc0107a52570b4b189dcc8aa5a055a1f38ae91c81 (diff)
downloadsdl_core-hotfix/content_length_typo.tar.gz
Fix for content length typohotfix/content_length_typo
-rw-r--r--src/components/application_manager/src/commands/mobile/on_system_request_notification.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/application_manager/src/commands/mobile/on_system_request_notification.cc b/src/components/application_manager/src/commands/mobile/on_system_request_notification.cc
index b57490806c..03d9b47406 100644
--- a/src/components/application_manager/src/commands/mobile/on_system_request_notification.cc
+++ b/src/components/application_manager/src/commands/mobile/on_system_request_notification.cc
@@ -149,7 +149,7 @@ void OnSystemRequestNotification::AddHeader(BinaryMessage& message) const {
","
"\"InstanceFollowRedirects\": false,"
"\"charset\": \"utf-8\","
- "\"Content_-Length\": " +
+ "\"Content-Length\": " +
std::string(size_str) +
"},"
"\"body\": \"" +