10 comments (10 comments)1 reaction (1 reaction)0 assignees (0 assignees)Scala598 forks (598 forks)batch import
1 - triagedhelp wantedt:coret:marshalling
Repository metrics
- Stars
- 1,311 stars (1,311 stars)
- PR merge metrics
- Avg merge 1d 10h (Avg merge 1d 10h)2 merged PRs in 30d (2 merged PRs in 30d)
Description
Issue by vans239
Friday Nov 27, 2015 at 16:10 GMT
Originally opened as https://github.com/akka/akka/issues/19036
I recently found that Media type application/octet-stream couldn't be gziped due uncompressible flag. What cause of such behavior? I didn't find any info in rfc. Thanks
Contributor guide
- Research direction
- Look for the code that determines compressibility for media types, specifically `application/octet stream`, and check why it's flagged as uncompressible. Verify if that aligns with RFCs.
- Tech stack
- scala
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- ScalaGit