-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged PR 739783: [Blob cache] Use DownloadStreamingAsync instead of …
…DownloadContentAsync for TouchAsync Replace DownloadContentAsync with DownloadStreamingAsync in the implementation of TouchAsync. Considering this blog post Azure/azure-sdk-for-net#22022 and browsing the implementation of both operations, DownloadStreamingAsync is slightly more lightweight. Disclaimer: network operations are handled in the same way, DownloadStreamingAsync just avoids some stream copying which DownloadContentAsync performs - and content is something we don't actually interact with when doing a touch operation.
- Loading branch information
Showing
1 changed file
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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