site doesn't work in Chrome14 [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionOur site: http://shiftd.com is broken in Chrome 14. But it works fine under Safari and Firefox. Does anyone know why?
"Inspect Element" just shows an error on the GET request (failed). But with no additional information at all.
I don't even know how to debug it... :/
Mosko
The HTTP url issues a 301 Moved Permanently
to the HTTPS url that then serves up a corrupt gzipped document, check your server settings.
(Fiddler; HTTP Error: The chunked entity body is corrupt. Cannot find Chunk-Length in expected location. Offset: 1405
)
Chrome Error; Error 321 (net::ERR_INVALID_CHUNKED_ENCODING): Unknown error.
It works ok if I disable gzip,deflate in my browser.
right click -> choose "Inspect Element" to debug
精彩评论