Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Gzip-encoding does not work

  • 4 trả lời
  • 2 gặp vấn đề này
  • 26 lượt xem
  • Trả lời mới nhất được viết bởi JeroenED

more options

For some reason there are some problems with the encoding of internet-files resulting in not loading the particular files.

some more investigation told me there is a problem with gzip-encoding (I'm not sure about deflate). Decompression does not seem to work.

Below you can see the result a website (http://vagrantcloud.com) where the CSS-file failed to load. Obviously, no markup. http://imgur.com/dPuv2S7

If you need some more information about this issue, don't think and just ask in comments. I hope this will be fixed soon.

For some reason there are some problems with the encoding of internet-files resulting in not loading the particular files. some more investigation told me there is a problem with gzip-encoding (I'm not sure about deflate). Decompression does not seem to work. Below you can see the result a website (http://vagrantcloud.com) where the CSS-file failed to load. Obviously, no markup. http://imgur.com/dPuv2S7 If you need some more information about this issue, don't think and just ask in comments. I hope this will be fixed soon.

Giải pháp được chọn

It seems like a website-specific problem. As a sysadmin I'm using quite a lot sites like vagrantcloud and vagrant. It seems that the server (or CMS-system) does not work well with pipelined requests. Because of this, files to be generated (CSS or JS) are not completely generated when the HTML is send through. This might be the reason why I had this problem only with CSS which could not load (JS is almost never generated by a server)

@jscher2000 I think the mixed content sign is also solved by disabling pipelining.

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (4)

more options

No problems here with Firefox 31.

You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.

  • Hold down the Shift key and left-click the Reload button
  • Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
  • Press "Command + Shift + R" (Mac)
more options

Looks okay on my Windows 7 Pro 64-bit system.

I noticed a mixed display content warning in your screen shot (gray ! triangle in the address bar). This sometimes indicates a problem with Firefox's back-forward cache. Does that clear if you reload the page? If not, perhaps one of your add-ons is injecting insecure content. (Not that it would necessarily block a CSS file, but it bears investigation.)

more options

I hadn't noticed that you used a secure link (only looked at the small image), so I checked that one as well and that is also working

Nothing in the Web Console (Firefox/Tools > Web Developer) log as well.

more options

Giải pháp được chọn

It seems like a website-specific problem. As a sysadmin I'm using quite a lot sites like vagrantcloud and vagrant. It seems that the server (or CMS-system) does not work well with pipelined requests. Because of this, files to be generated (CSS or JS) are not completely generated when the HTML is send through. This might be the reason why I had this problem only with CSS which could not load (JS is almost never generated by a server)

@jscher2000 I think the mixed content sign is also solved by disabling pipelining.

Được chỉnh sửa bởi JeroenED vào