Issue with GZip compression?
See original GitHub issueHi, we noticed an issue when upgrading from 0.23.4 to 0.23.6. Some clients started failing and blaming the gzip compression. One example would be
io.netty.handler.codec.compression.DecompressionException: CRC value mismatch.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:20 (19 by maintainers)
Top Results From Across the Web
Why is GZIP compression being flagged as an SEO issue?
GZIP compression is enabled differently depending on which type of server you're using. One of the most common solutions is to add some...
Read more >How To Optimize Your Site With GZIP Compression
In your browser: In Chrome, open the Developer Tools > Network Tab (Firefox/IE will be similar). Refresh your page, and click the network...
Read more >How to Enable GZIP Compression for Faster Web Pages
Learn how GZIP compression works to deliver web pages to browsers more quickly, and how to activate it on your web server.
Read more >Gzip compression issue
Images should not be compressed using gzip, as they already are compressed. Compressing them again would waste server and browser resources, and could...
Read more >tomcat - Issue in gzip compression
I am using gzip to compress the loading files. For that i have written the following code in server.xml in tomcat.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@vilu @ybasket thanks to @AL333Z’s fantastic work on multiple fronts, if you use http4s 0.23.6 with fs2
3.2-14-a2508ec
it should fix your issues. Please give it a try and let us know, when you have a chance! Thank you both for reporting and creating a reproduction.@Ravenow never fear, a backport to fs2 2.x for http4s 0.22 is on the way in https://github.com/typelevel/fs2/pull/2701.
And now (finally!) in fs2 2.5.11 as well: https://github.com/typelevel/fs2/releases/tag/v2.5.11