summaryrefslogtreecommitdiff
path: root/test/http/zstd_decompressor_test.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-07-14Implement zstd decompressionEd Tanous1-0/+124
Given the size of Redfish schemas these days, it would be nice to be able to store them on disk in a zstd format. Unfortunately, not all clients support zstd at this time. This commit implements reading of zstd files from disk, as well as decompressing zstd in the case where the client does not support zstd as a return type. Tested: Implanted an artificial zstd file into the system, and observed correct decompression both with an allow-encoding header of empty string and zstd. Change-Id: I8b631bb943de99002fdd6745340aec010ee591ff Signed-off-by: Ed Tanous <etanous@nvidia.com>