PelionIoT / mbed-coap

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

Not only GET can receive response with payload #54

Closed terhei closed 4 years ago

terhei commented 6 years ago

Currently only GET requests are stored to the linked_list_blockwise_sent_msgs - buffer. All requests can receive response with payload and must be stored to the linked list for requesting more blocks if needed.

ciarmcom commented 6 years ago

ARM Internal Ref: IOTCLT-2719