Skip to content

Commit

Permalink
Fixed etag locking for DownloadStreaming (#27473)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaschrep-msft authored Mar 10, 2022
1 parent 79a8997 commit 0a62222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/storage/Azure.Storage.Blobs/src/BlobBaseClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ private async Task<Response<BlobDownloadStreamingResult>> DownloadStreamingInter
startOffset =>
StartDownloadAsync(
range,
conditions,
conditionsWithEtag,
rangeGetContentHash,
startOffset,
async,
Expand All @@ -1470,7 +1470,7 @@ private async Task<Response<BlobDownloadStreamingResult>> DownloadStreamingInter
async startOffset =>
(await StartDownloadAsync(
range,
conditions,
conditionsWithEtag,
rangeGetContentHash,
startOffset,
async,
Expand Down

0 comments on commit 0a62222

Please sign in to comment.