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 27:6bf6436d54a5, committed 2017-01-24
- Comitter:
- AzureIoTClient
- Date:
- Tue Jan 24 15:23:18 2017 -0800
- Parent:
- 26:aeabbfa5181a
- Child:
- 28:f57de550d450
- Commit message:
- 1.1.5
Changed in this revision
| iothubtransporthttp.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/iothubtransporthttp.c Sun Jan 08 11:11:29 2017 -0800 +++ b/iothubtransporthttp.c Tue Jan 24 15:23:18 2017 -0800 @@ -2,9 +2,6 @@ // Licensed under the MIT license. See LICENSE file in the project root for full license information. #include <stdlib.h> -#ifdef _CRTDBG_MAP_ALLOC -#include <crtdbg.h> -#endif #include "azure_c_shared_utility/gballoc.h" #include <time.h>
