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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: