summaryrefslogtreecommitdiff
path: root/httpclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpclient.c')
-rw-r--r--httpclient.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/httpclient.c b/httpclient.c
index a3fb192..722a659 100644
--- a/httpclient.c
+++ b/httpclient.c
@@ -364,7 +364,6 @@ string cHttpYtPushClient::getMsgBody(int) {
//------------------------------
cHttpCfgPushClient::cHttpCfgPushClient(int f, int id, int port, SmartTvServer* fac, string peer) : cHttpClientBase(f, id, port, fac, peer) {
-
createRequestMessage("");
}
@@ -403,5 +402,5 @@ cHttpMesgPushClient::~cHttpMesgPushClient() {
}
string cHttpMesgPushClient::getMsgBody(int) {
- return "{\"type\":\"MESG\",payload:" + mMesg +"}";;
+ return "{\"type\":\"MESG\",payload:\"" + mMesg +"\"}";;
}