Josh Ancill
Josh Ancill
I agree with @743v45 this is a real bug and is causing issues with Chrome and an HLS server I wrote that uses koa-compress. I have written a more detailed...
> How to repro it without programming `*;q=0`? What is the actual real-world use case? The original steps to reproduce should work with sending the `Accept-Encoding: identity;q=1, *;q=0` directly. In...
> [@mempf](https://github.com/mempf) thanks for a real-world use-case. It seems like HLS playlists are compressible? Not sure why they would request it uncompressed. PR welcomed They seem to be doing some...
Can we re-open and merge https://github.com/koajs/compress/pull/233 from @743v45 ?
> [@mempf](https://github.com/mempf) I am prepping a new release and it will include the fix for this bug as well. Could you prepare a test for your use case? It'll help...