Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: WNCInterface_M2Xdemo ATT_WNCInterface_Info WNCInterface_HTTP_example Public_IoT_M2X_Cellular_Demo
Fork of M2XStreamClient by
Diff: M2XStreamClient.cpp
- Revision:
- 11:a11af0c81cfa
- Parent:
- 10:4ce9eba38dbe
- Child:
- 13:0d574742208f
diff -r 4ce9eba38dbe -r a11af0c81cfa M2XStreamClient.cpp
--- 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);
}
