mirror of https://github.com/ARMmbed/mbed-os.git
Update mbed-coap version to 4.5.1
Fixes error: IOTCLT-2883 - Blockwise observations not completingpull/7753/head
parent
fa06653912
commit
b307836efe
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## [v4.5.1](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.5.1)
|
||||||
|
**Closed issues:**
|
||||||
|
- IOTCLT-2883 - Blockwise observations not completing
|
||||||
|
|
||||||
|
-[Full Changelog](https://github.com/ARMmbed/mbed-coap/compare/v4.5.0...v4.5.1)
|
||||||
|
|
||||||
## [v4.5.0](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.5.0)
|
## [v4.5.0](https://github.com/ARMmbed/mbed-coap/releases/tag/v4.5.0)
|
||||||
**Closed issues:**
|
**Closed issues:**
|
||||||
- IIOTCLT-2769 - mbed-coap: extra response received after registration
|
- IIOTCLT-2769 - mbed-coap: extra response received after registration
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mbed-coap",
|
"name": "mbed-coap",
|
||||||
"version": "4.5.0",
|
"version": "4.5.1",
|
||||||
"description": "COAP library",
|
"description": "COAP library",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"coap",
|
"coap",
|
||||||
|
|
|
@ -1723,7 +1723,7 @@ static coap_blockwise_msg_s *sn_coap_stored_blockwise_msg_get(struct coap_s *han
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return NULL;
|
return ns_list_get_first(&handle->linked_list_blockwise_sent_msgs);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**************************************************************************//**
|
/**************************************************************************//**
|
||||||
|
|
Loading…
Reference in New Issue