question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue with GZip compression?

See original GitHub issue

Hi, 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:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:20 (19 by maintainers)

github_iconTop GitHub Comments

3reactions
armanbilgecommented, Oct 30, 2021

@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.

2reactions
armanbilgecommented, Apr 22, 2022

And now (finally!) in fs2 2.5.11 as well: https://github.com/typelevel/fs2/releases/tag/v2.5.11

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found