搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Firefox seems to add bytes to some cached items and the beginning and at the end. When I download and compare the source, it's different. Bug 1000338 occurs too

  • 5 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 FredMcD

more options

Some binary items cached by FF when viewed in a hex editor have 15 bytes added at the beginning, some bytes are added at the end and some bytes are scattered around the cached file. When I download the original file and compare the original file with the cached file, they differ in these added byte sequences. No application is launched that could have modified the cache files. What could be the problem? When I reload Firefox and open cache manager, I get bug 1000338 for these files. I'm not sure these two things are related though.

Some binary items cached by FF when viewed in a hex editor have 15 bytes added at the beginning, some bytes are added at the end and some bytes are scattered around the cached file. When I download the original file and compare the original file with the cached file, they differ in these added byte sequences. No application is launched that could have modified the cache files. What could be the problem? When I reload Firefox and open cache manager, I get bug 1000338 for these files. I'm not sure these two things are related though.

被采纳的解决方案

Yes, it's gzipped. Since the binary content was already compressed, gzip just added some header and random bytes here and there.

定位到答案原位置 👍 0

所有回复 (5)

more options

Are you talking about; Bug 1000338 - nsICacheEntry.lastModified not properly implemented  ?

What is your computer system and Firefox?

Have you been having crashes? Please post them.

more options

FredMcD said

Are you talking about; Bug 1000338 - nsICacheEntry.lastModified not properly implemented  ?

Yes, but that's a minor issue for me. I wonder why some cache elements get corrupted. My FF version is 49.0.1. Windows 10 64bit. I had no crashes. I cleaned my cache several times.

more options

I just had an idea. Could it be that the file is transferred and stored compressed by gzip? Its content encoding is "gzip".

more options

选择的解决方案

Yes, it's gzipped. Since the binary content was already compressed, gzip just added some header and random bytes here and there.

more options

That was very good work. Well done.