Questions tagged [gzip]

47 questions
54
votes
1 answer

Which browsers handle `Content-Encoding: gzip` and which of them has any special requirements on encoding quality?

I am creating a "hand made" HTTP 1.0, 1.1 server. I recently integrated zip lib so now I can stream encoded gziped data in and out. I wonder which major browsers (alive ones - IE6-IE10, Chrome, FF, etc.) send Accept-Encoding: deflate, gzip, ... and…
user1049847
  • 641
  • 1
  • 5
  • 3
5
votes
2 answers

using gzip to compress assets

I'd like to check if i understand gzip compression correctly, i learned about it only recently. I'm working on an asset manager for an HTML5 game currently. On my end as a front-end developer, i can do all my logic as normal? When i need an .mp3…
dreta
  • 153
  • 3