Forked version

Fork of M2XStreamClient by AT&T M2X Team

Revision:
11:a11af0c81cfa
Parent:
10:4ce9eba38dbe
Child:
13:0d574742208f
--- a/M2XStreamClient.cpp	Wed Sep 10 13:07:34 2014 +0000
+++ b/M2XStreamClient.cpp	Mon Sep 15 14:01:40 2014 +0000
@@ -160,7 +160,7 @@
   print_encoded_string(_client, feedId);
   _client->print("/streams/");
   print_encoded_string(_client, streamName);
-  _client->println(" HTTP/1.0");
+  _client->println("/value HTTP/1.0");
 
   writeHttpHeader(contentLength);
 }