plgd-dev / go-coap

Implementation of CoAP Server & Client in Go
https://coap.technology
Apache License 2.0
443 stars 116 forks source link

Fix: Proper Blockwise Handling for Initial GET and DELETE Requests #525

Closed jkralik closed 7 months ago

jkralik commented 7 months ago

… CoAP

Corrected the handling of initial requests for GET and DELETE operations in the CoAP blockwise implementation. Previously, the code allowed the use of message types Acknowledge (ACK) or Reset (RST) for the initial request.