Microsoft Azure IoTHub client HTTP transport

Dependents:   iothub_client_sample_http simplesample_http temp_sensor_anomaly

This library implements the HTTP transport for Microsoft Azure IoTHub client. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
27:6bf6436d54a5
Parent:
26:aeabbfa5181a
Child:
28:f57de550d450
--- 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>