- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 24 Oct 2007 03:42:26 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5222
ot@w3.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Comment #1 from ot@w3.org 2007-10-24 03:42 -------
There seems to be a misconfiguration in your server somewhere.
Where an HTTP request is made with
Connection: close
the server returns no content at all (which is what the validator is getting,
see e.g validation results with "show source" on).
Most browsers will see the page (because they use Connection: keep-alive) but a
number of other agents, such as search engine crawlers, will have the same
issue.
I recommend fixing your server config to allow non-keep-alive connections.
*** This bug has been marked as a duplicate of bug 4586 ***
Received on Wednesday, 24 October 2007 03:42:33 UTC