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
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)
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.
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.
I just had an idea. Could it be that the file is transferred and stored compressed by gzip? Its content encoding is "gzip".
Избрано решение
Yes, it's gzipped. Since the binary content was already compressed, gzip just added some header and random bytes here and there.
That was very good work. Well done.