PelionIoT / mbed-coap

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

Do not remove stored (GET) blockwise message when EMPTY ACK received #79

Closed anttiylitokola closed 5 years ago

anttiylitokola commented 5 years ago

When non piggybacked response mode is used original GET request must not be removed from the stored message list. Message is needed for building the next (GET) blockwise message.

geirsandearm commented 5 years ago

This seems to work in my local end2end tests.