Re: Time-out error for W3C validator ?

Hello,

Raul IONESCU wrote:

> It seems that I have found a very strange bug (??) into W3C validator
> service; check the following URL:
> 
> http://validator.w3.org/check?uri=http%3A%2F%2Fwww.ingerasulmeu.ro%2F%
> 3Flanguage%3Dro%26page%3Dimages&charset=%28detect+automatically%
> 29&doctype=Inline
> 
> It seems that the validator does not receive the whole page and based on
> that it is reporting inexistent errors!
> If I validate the page by using direct input instead of provinding the
> URL for the page, the result is without any errors and the page is
> validated !

There seems to be some issue with your server-side code. If I download the
document with wget, I get the partial document just like the validator (if
you enable 'Show source', you'll see that the document is truncated in the
middle of one of the img tags).
When downloading it manually with telnet, it get a document of 9291 bytes,
but the Content-Length header says 9200. So the calculation of the content
length seems to be flawed somehow.

The behaviour of the validator is correct - it downloads 9200 bytes as it
was told by your server.

HTH

-- 
Benjamin Niemann
Email: pink at odahoda dot de
WWW: http://pink.odahoda.de/

Received on Sunday, 8 October 2006 13:03:38 UTC