"vscode:/vscode.git/clone" did not exist on "f5eac3d19b89991d2e2c88f50efeb0fe5cc69a45"
server: fix race conditions during download (#5994)
This fixes various data races scattered throughout the download/pull client where the client was accessing the download state concurrently. This commit is mostly a hot-fix and will be replaced by a new client one day soon. Also, remove the unnecessary opts argument from downloadChunk.
Showing
Please register or sign in to comment