zephyr/subsys/net/lib/coap
Aurelien Jarno d3b6c5a755 net: coap: return -EPERM for a resource without requested method
When walking through the coap resources in coap_handle_request, return
-EPERM if a resource exists but does not have the request method. This
allows the caller to catch the error and return a 4.05 message.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2019-01-02 13:04:46 +01:00
..
CMakeLists.txt net: coap: Move both CoAP implementations into one Kconfig 2018-11-22 09:08:46 -05:00
coap_link_format_sock.c net: Clarify logging in networking code 2018-12-07 12:00:04 +02:00
coap_link_format.c net: Clarify logging in networking code 2018-12-07 12:00:04 +02:00
coap_sock.c net: coap: return -EPERM for a resource without requested method 2019-01-02 13:04:46 +01:00
coap.c net: coap: return -EPERM for a resource without requested method 2019-01-02 13:04:46 +01:00
Kconfig doc: regular misspelling scan 2018-12-26 13:27:14 -05:00