Replies: 1 comment
-
You can't, for most practical purposes. The smallest GZip library out there, uzlib, needs a 32K contiguous dictionary buffer plus a few K of other buffers and structures. You're unlikely to have that much free, contiguous RAM at runtime. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to make a GET request via "HTTPClient", but the data is GZIP compressed, how can I decompress it?
This code would have been normal.But the API was changed to gzip form, and the received content became garbled.
Beta Was this translation helpful? Give feedback.
All reactions