Why do real-world servers prefer gzip over deflate encoding?

后端 未结 6 1055
小鲜肉
小鲜肉 2020-12-07 14:58

We already know deflate encoding is a winner over gzip with respect to speed of encoding, decoding and compression size.

So why do no large sites (that I can find) s

6条回答
  •  [愿得一人]
    2020-12-07 15:18

    I wondered the same thing :). I think it might be to do with compatibility of older (possibly ancient) browsers. I read somewhere that older browsers are more likely to creep out at deflated content that mod_gzipped in certain instances(?) but googling this led me to conclude that it's probably best to stop googling it.

提交回复
热议问题