Skip to content

v1.9.5

Compare
Choose a tag to compare
@otsch otsch released this 24 Jul 22:30
· 10 commits to main since this release

Fixed

  • Prevent PHP warnings when an HTTP response includes a Content-Type: application/x-gzip header, but the content is not actually compressed. This issue also occurred with cached responses, because compressed content is decoded during caching. Upon retrieval from the cache, the header indicated compression, but the content was already decoded.