PelionIoT / mbed-coap

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

Fix CoAP request blockwise response handling #55

Closed terhei closed 6 years ago

terhei commented 6 years ago

When request is sent, response can have blockwise option set. All requests must be stored to the linked list.

Compiler warning fixed - renamed message_id to msg_id. (‘message_id’ shadows a global declaration)

terhei commented 6 years ago

@anttiylitokola @yogpan01 @teetak01 - please review