PelionIoT / mbed-coap

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

Request blockwise transfer if incoming payload length is too large #96

Closed anttiylitokola closed 5 years ago

anttiylitokola commented 5 years ago

Client should request a blockwise transfer if the payload is too large. This must be checked also when message has no block1 indication.