Block retransmission 89/68789/1
authorsung.goo.kim <sung.goo.kim@samsung.com>
Mon, 9 May 2016 22:16:14 +0000 (07:16 +0900)
committersung.goo.kim <sung.goo.kim@samsung.com>
Mon, 9 May 2016 22:16:24 +0000 (07:16 +0900)
Change-Id: I9e42363f002eda702d040ddef32a2bc0a78f38a9

lib/icl-ioty-ocprocess.c

index e1e50d7411275941170d47af1126acc498260221..182c4ee6b4bf897301e11004aa0820962e3254b9 100644 (file)
@@ -612,7 +612,7 @@ OCEntityHandlerResult icl_ioty_ocprocess_request_cb(OCEntityHandlerFlag flag,
 
        g_idle_add(_icl_ioty_ocprocess_request_idle_cb, req_container);
 
-       return OC_EH_OK;
+       return OC_EH_SLOW;
 }
 
 static int _icl_ioty_ocprocess_lite_resource_get_repr(
@@ -763,8 +763,7 @@ OCEntityHandlerResult icl_ioty_ocprocess_lite_request_cb(OCEntityHandlerFlag fla
                break;
        }
 
-
-       return OC_EH_OK;
+       return OC_EH_SLOW;
 }