You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: SUSE/telemetry#11
Telemetry report submissions could potentially be large, but are likely to be highly compressible as well.
Therefore, we should enable support for compressing the payloads of telemetry report submissions.
The text was updated successfully, but these errors were encountered: