gzip: examine Content-Length header before removing (#578)

Fixes #575.
This commit is contained in:
Jacob Hoffman-Andrews
2023-01-02 20:02:37 -08:00
committed by GitHub
parent 78ec3a4d75
commit 032bfb4b27
3 changed files with 41 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
# 2.6.1
## Fixed
* gzip: examine Content-Length header before removing (#578)
# 2.6.0
## Added