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: iothub_client_sample_http simplesample_http temp_sensor_anomaly
Revision 33:270c65ccd77d, committed 2017-11-03
- Comitter:
- AzureIoTClient
- Date:
- Fri Nov 03 13:17:23 2017 -0700
- Parent:
- 32:4d4a226b072b
- Child:
- 34:5aa0b7670697
- Commit message:
- 1.1.27
Changed in this revision
| iothubtransporthttp.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/iothubtransporthttp.c Fri Aug 25 11:22:14 2017 -0700
+++ b/iothubtransporthttp.c Fri Nov 03 13:17:23 2017 -0700
@@ -268,7 +268,7 @@
else
{
if (!(
- (addUserAgentHeaderInfo(handleData->iotHubClientHandle, handleData->eventHTTPrequestHeaders) == HTTP_HEADERS_OK) &&
+ (addUserAgentHeaderInfo(handleData->iotHubClientHandle, handleData->messageHTTPrequestHeaders) == HTTP_HEADERS_OK) &&
(is_x509_used || (HTTPHeaders_AddHeaderNameValuePair(handleData->messageHTTPrequestHeaders, "Authorization", " ") == HTTP_HEADERS_OK))
))
{