Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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.