commit | cdf7d314fe69fda09c18ec374cdf242449b1cfdd | [log] [tgz] |
---|---|---|
author | Pieter De Gendt <pieter.degendt@basalte.be> | Mon Jun 28 16:40:35 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jun 29 10:27:22 2021 -0400 |
tree | 0224348493238a278acba1393f8647019e1d79cd | |
parent | 5af12d8abd0566d48e938e773ff9ed2c049288a4 [diff] |
net: coap: Fix coap client observe out-of-order messages coap_response_received returned NULL if the observe option was out of order, however it makes more sense to return the coap_reply handler without actually calling it. Additionally the reorder check has been modified to partially match the RFC. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>