mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
* net/gcoap: fixed request state when getting a resp The request state should be set to GCOAP_MEMO_RESP before calling the response handler in case we actually go a response... * net/gcoap: make test for 0.00 code more efficient This optimization saves the computation of the code and compares the raw field to `0`.