PelionIoT / mbed-coap

CoAP C library - Builder and Parser for CoAP messages
Apache License 2.0
29 stars 16 forks source link

Fix regression with COAP_MSG_CODE_RESPONSE_REQUEST_ENTITY_TOO_LARGE #41

Closed JaniSuonpera closed 6 years ago

JaniSuonpera commented 6 years ago

If payload is too large then don't fill option_list_ptr

JaniSuonpera commented 6 years ago

This is fix for https://github.com/ARMmbed/mbed-coap/pull/37