Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't decompress gzip data in http_client::download()
When using C++REST SDK, don't transparently decompressed gzip-compressed content if it is application/octet-stream. Only do that for other content types, typically JSON. macOS implementation already behaves this way natively.
- Loading branch information