-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Description
Tamas Cservenak opened MRESOLVER-282 and commented
Drop PartialFile that may cause locking issues, the drawback is to loose "resumable downloads".
Also, clear up the temp file usage around it, and simplify resource handling.
After this change, resolver will download "all or nothing", no more partial downloads (hence, nothing to resume). HttpClientTransport is STILL ABLE to resolve, but resolver is currently not using this feature, later we may reintroduce it.
Remote Links: