fix(backup): release archive handles after restore failure - #107
Merged
SingLinkNetwork merged 1 commit intoAug 10, 2026
Merged
Conversation
SingLinkNetwork
marked this pull request as draft
August 10, 2026 08:16
SingLinkNetwork
force-pushed
the
fix/backup-restore-file-lock
branch
from
August 10, 2026 08:20
a6f07fe to
ea2d7e2
Compare
SingLinkNetwork
marked this pull request as ready for review
August 10, 2026 11:34
SingLinkNetwork
merged commit Aug 10, 2026
cabe5e7
into
fix/custom-overwrite-stale-proxies
63 checks passed
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
對應下游 #106、上游 https://github.com/chen08209/FlClash/issues/1906。
原因
備份解析或解壓失敗時,舊流程可能不會釋放
backup.zip,在 Windows 造成後續本機/WebDAV 覆蓋被拒絕。修復
已完成本機驗證
此 PR 為候選修復堆疊的一環,待完整跨平台 CI 通過後再進入下一步。