Azure IoT common library

Fork of azure_c_shared_utility by Azure IoT

Revision:
7:1af47e3a19b6
Parent:
6:c55b013dfc2a
Child:
19:2e0811512ceb
--- a/httpapiexsas.c	Fri Jul 01 10:43:23 2016 -0700
+++ b/httpapiexsas.c	Fri Jul 29 16:01:07 2016 -0700
@@ -47,6 +47,7 @@
     }
     else
     {
+        /*Codes_SRS_HTTPAPIEXSAS_01_001: [ HTTPAPIEX_SAS_Create shall create a new instance of HTTPAPIEX_SAS and return a non-NULL handle to it. ]*/
         HTTPAPIEX_SAS_STATE* state = malloc(sizeof(HTTPAPIEX_SAS_STATE));
         /*Codes_SRS_HTTPAPIEXSAS_06_004: [If there are any other errors in the instantiation of this handle then HTTPAPIEX_SAS_Create shall return NULL.]*/
         if (state != NULL)