You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net: lib: downloader: avoid continous loop on error event
* The downloader expects an error to be returned from the error handler
to abort the download. If not, the download will be retried
indefinitely.
* Add missing break to stopped event switch case.
* Add dl_ prefix to internal downloader files.
* Set progress to false when download is done.
Signed-off-by: Eivind Jølsgard <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -662,6 +662,13 @@ Libraries for networking
662
662
663
663
* Fixed an issue where the results from the :c:func:`zsock_getaddrinfo` function were not freed when the CoAP protocol was used for connection establishment.
664
664
665
+
* :ref:`lib_downloader` library:
666
+
667
+
* Fixed:
668
+
669
+
* A bug in the shell implementation causing endless download retries on errors.
0 commit comments