不能ungzip:最小标头长度是10个字节

时间:2013-08-25 07:09:55

标签: linux gzip

我的网站存在问题,完全是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

0 个答案:

没有答案