What's Changed
- zstd: Fix extra CRC written with multiple Close calls by @klauspost in https://github.com/klauspost/compress/pull/1017
- s2: Don't use stack for index tables by @klauspost in https://github.com/klauspost/compress/pull/1014
- gzhttp: No content-type on no body response code by @juliens in https://github.com/klauspost/compress/pull/1011
- gzhttp: Do not set the content-type when response has no body by @kevinpollet in https://github.com/klauspost/compress/pull/1013
New Contributors
- @juliens made their first contribution in https://github.com/klauspost/compress/pull/1011
- @kevinpollet made their first contribution in https://github.com/klauspost/compress/pull/1013
Full Changelog: https://github.com/klauspost/compress/compare/v1.17.10...v1.17.11