mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 02:23:49 +01:00
The URI is passed as a string to `suit_coap_get_blockwise()`. It may contain query parameters, those will not be translated properly to CoAP options if `coap_opt_put_uri_path()` is used. Instead use `coap_opt_put_uri()` to handle both path and query parameters.