From the zlib doc: "windowBits can also be greater than 15 for optional gzip decoding. Add 32 to windowBits to enable zlib and gzip decoding with automatic header detection, or add 16 to decode only the gzip format (the zlib format will return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is a crc32 instead of an adler32. "
- relates to
-
QTBUG-12908 Compressed HTTP reply uncompression fails if buffer fills exactly
-
- Closed
-