1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

Fix auth error if last block put takes too long (#364)

This commit is contained in:
Matt Gibson
2021-04-26 15:06:18 -05:00
committed by GitHub
parent 5be76c1a63
commit 5b751d38a0

View File

@@ -84,6 +84,7 @@ export class AzureFileUploadService {
blockIndex++;
}
url = await this.renewUrlIfNecessary(url, renewalCallback);
const blockListUrl = Utils.getUrl(url);
const blockListXml = this.blockListXml(blocksStaged);
blockListUrl.searchParams.append('comp', 'blocklist');