Fix gzip Decompression Support by BJap · Pull Request #8335 · adafruit/circuitpython
Currently, gzip decompression fails. I noticed when trying to decompress RESTful content bytes in my project that uses gzip for content-type that the headers are not read correctly and I get a fail...