-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ota_proxy): refine request handling flow, allow external_cac…
…he mount without cache_enabled=True, fix disk usage checker (#447) This PR simplifies the request handling flow, instead of implementing the guard conditions checks in retrieve_file API, now the guard conditions checks are implemented within each _retrieve_file handlers. Minor fix: 1. ota_proxy: fixing the background disk space usage checker thread exits unexpectedly. Behavior changes: 1. ota_proxy external cache feature now is enabled without checking cache_enabled flag.
- Loading branch information
1 parent
f72f22f
commit e6a93db
Showing
1 changed file
with
108 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e6a93db
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report