- From: <bugzilla@jessica.w3.org>
- Date: Fri, 30 Aug 2013 11:37:02 +0000
- To: www-validator-cvs@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23100 Bug ID: 23100 Summary: Error when degzipping website Classification: Unclassified Product: Validator Version: HEAD Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: HTML5 Assignee: mike+validator@w3.org Reporter: knyttv@gmail.com QA Contact: www-validator-cvs@w3.org I have a problem with my website, which is completely gzipped: http://goout.cz/cs/ - its validation works correctly http://goout.cz/cs/fotoreporty/ - validation fails When I try curl -v http://goout.cz/cs/fotoreporty/ | gzip -d I am getting expected results. But validation on http://validator.w3.org/check?uri=http%3A%2F%2Fgoout.cz%2Fcs%2Ffotoreporty%2F#fatal-errors yields: The error was: Can't gunzip content: Header Error: Minimum header size is 10 bytes The gzip header seems to me okay to me: $ 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 Am I doing anything wrong? It seems to me the problem must be on the Validation side. Thanks -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Friday, 30 August 2013 11:37:03 UTC