-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(storage): blob downloads gzipped content.
GET requests now contain the header accept-encoding:gzip This improves performance of compressible strings which were uploaded as gzips. The caller is not required to do any decompression because decompressiong is handle by the library. Confusing `IOError: CRC check failed` exceptions will be risen in the case of mid-download connection breaks.
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 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
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