我的网站有问题,它完全是 gzip 压缩的:
http://goout.cz/cs/fotoreporty/
该页面可以在 Chrome 中轻松显示,但在 Safari 中它永远不会加载(我想在其他浏览器中也是如此。当我尝试时:
curl -v http://goout.cz/cs/fotoreporty/ | gzip -d
我得到了预期的结果。但是验证
http://validator.w3.org/check?uri=http%3A%2F%2Fgoout.cz%2Fcs%2Ffotoreporty%2F#fatal-errors
产量:
The error was: Can't gunzip content: Header Error: Minimum header size is 10 bytes
gzip 格式有什么问题?我该如何解决?谢谢。
编辑:
gzip 标头对我来说似乎没问题:
$ curl http://goout.cz/cs/ | head -1 | hexdump | head -1
0000000 1f 8b 08 00 00 00 00 00 00 00 ed 5d cd 73 db 38
$ curl http://goout.cz/cs/fotoreporty/ | head -1 | hexdump | head -1
0000000 1f 8b 08 00 00 00 00 00 00 00 ed 7d cf 73 e3 46