Closed mbelur closed 5 months ago
This change handles compressed payload in the /telemetry/report handler
Determines whether the request payload is compressed content or not based on the Content-Encoding Header and supports the gzip compression algorithm.
Also adds a unittest to test the compressed payload handling
Addresses: https://github.com/SUSE/telemetry-server/issues/7
This change handles compressed payload in the /telemetry/report handler
Determines whether the request payload is compressed content or not based on the Content-Encoding Header and supports the gzip compression algorithm.
Also adds a unittest to test the compressed payload handling
Addresses: https://github.com/SUSE/telemetry-server/issues/7