redbot icon indicating copy to clipboard operation
redbot copied to clipboard

gzip compression failure

Open mnot opened this issue 9 years ago • 2 comments

when gzip decompression fails:

  • conneg check shouldn't show savings, because we don't know if it can succeed or not.
  • show body shouldn't work, because we can't

mnot avatar Sep 29 '16 07:09 mnot

demo url: http://caclubindia.s3.amazonaws.com/static/styles_rp/bootstrap_edit.css

mnot avatar Sep 29 '16 07:09 mnot

that url seems to have used PKZIP; see

https://github.com/madler/zlib/blob/50893291621658f355bc5b4d450a8d06a563053d/infback.c#L367 https://github.com/madler/zlib/issues/82

mnot avatar Oct 03 '16 00:10 mnot