Closed kb2ma closed 8 years ago
Handling is OK for now because gcoap does not handle confirmable requests. However, there is an issue with nanocoap, because we cannot specifically identify an unknown critical option. All parse failures return -EBADMSG. Created an issue to track this, so eventually we can accommodate confirmable requests.
Closed the issue in nanocoap. All parse failures are due to a bad option, so nanocoap works fine for now. Will deal with confirmable requests during development of that feature.
nanocoap's parse method returns -EBADMSG on an unknown critical option. Ensure gcoap handles this situation appropriately.