- Notifications
You must be signed in to change notification settings - Fork13.3k
-
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. |
BetaWas this translation helpful?Give feedback.
All reactions
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. |
BetaWas this translation helpful?Give feedback.
All reactions
0 replies
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A Labels
None yet
Converted from issue
This discussion was converted from issue #8908 on April 16, 2023 17:36.