Change-Id: I6462963404db66d9c8af7543269d02d5591c718c
*/
typedef enum {
OC_INVALID_ID = (1 << 0),
- OC_COAP_ID = (1 << 1),
+ OC_COAP_ID = (1 << 1)
} OCTransportProtocolID;
/**
TODO ("Need to form the final query by concatenating require and reference URI's");
VERIFY_NON_NULL(requiredUri, FATAL, OC_STACK_INVALID_URI);
+ uint16_t uriLen = strlen(requiredUri);
+
switch (method)
{
case OC_REST_GET:
goto exit;
}
- uint16_t uriLen = strlen(requiredUri);
-
if((result = verifyUriQueryLength(requiredUri, uriLen)) != OC_STACK_OK)
{
goto exit;