A small memory footprint AMQP implimentation

Dependents:   iothub_client_sample_amqp remote_monitoring simplesample_amqp

Revision:
13:9abd748f4e78
Parent:
12:b30dacf113f2
Child:
17:923575db8b2d
--- a/session.c	Thu Oct 20 17:07:44 2016 -0700
+++ b/session.c	Wed Nov 16 21:38:05 2016 -0800
@@ -1014,6 +1014,7 @@
 			result->frame_received_callback = NULL;
 			result->callback_context = NULL;
 			result->output_handle = selected_handle;
+			result->input_handle = 0xFFFFFFFF;
 			result->name = amqpalloc_malloc(strlen(name) + 1);
 			if (result->name == NULL)
 			{