PelionIoT / mbed-coap

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

Do not store EMPTY ACK response to blockwise list #76

Closed anttiylitokola closed 5 years ago

anttiylitokola commented 5 years ago

An Empty message only contains the 4-byte header so it does not require any blockwise operations. This will fix message sending timeouts which leads mbed cloud client to do unnecessary reconnections.