Closed kb2ma closed 8 years ago
In _receive we trap a response that is too big for the buffer, and notify the user with debug output. It would be more informative to add a state to the request memo to indicate the nature of the failure. For example, use GCOAP_MEMO_RESP_ERR.
Fixed in commit 32bbbe7.
In _receive we trap a response that is too big for the buffer, and notify the user with debug output. It would be more informative to add a state to the request memo to indicate the nature of the failure. For example, use GCOAP_MEMO_RESP_ERR.