<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>23100</bug_id>
          
          <creation_ts>2013-08-30 11:37:02 +0000</creation_ts>
          <short_desc>Error when degzipping website</short_desc>
          <delta_ts>2015-08-23 07:31:59 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Validator</product>
          <component>check</component>
          <version>HEAD</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Vojtech Knyttl">knyttv</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>mike</cc>
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>92738</commentid>
    <comment_count>0</comment_count>
    <who name="Vojtech Knyttl">knyttv</who>
    <bug_when>2013-08-30 11:37:02 +0000</bug_when>
    <thetext>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&apos;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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>93456</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2013-09-16 21:40:13 +0000</bug_when>
    <thetext>Please always test in http://validator.w3.org/nu/ instead of http://validator.w3.org

The http://validator.w3.org/nu/ validator handles http://goout.cz/cs/fotoreporty/ just fine without reporting any gzip-related problem. So this isn&apos;t a problem in the HTML5 validator.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>