Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change content-encoding type from 'zlib' to 'deflate' #515

Closed
radsec opened this issue Dec 14, 2020 · 0 comments · Fixed by #516
Closed

Change content-encoding type from 'zlib' to 'deflate' #515

radsec opened this issue Dec 14, 2020 · 0 comments · Fixed by #516

Comments

@radsec
Copy link
Contributor

radsec commented Dec 14, 2020

To conform with the HTTP 1.1 RFC - https://tools.ietf.org/html/rfc2616#section-3.5. The following code must be changed as this will help this should be 'deflate' instead of 'zlib' even though the data is compressed with zlib.

Since 'deflate' is 'zlib', the same libraries for compression and decompression can be used.

Screenshot for reference and cli used to debug: sudo log stream --info --process santactl | tee -a santa-sync.log

Screen Shot 2020-12-14 at 3 47 44 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant