[Bug 820] Parser doesn't parse php output

http://www.w3.org/Bugs/Public/show_bug.cgi?id=820

link@pobox.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID
            Version|0.7.0                       |0.6.7



------- Additional Comments From link@pobox.com  2004-07-06 11:20 -------
Here is the response procoder.ru sends to a request:

-- cut here
HTTP/1.1 200 OK
Date: Tue, 06 Jul 2004 15:13:32 GMT
Server: Apache/1.3.27 (Unix) FrontPage/5.0.2.2623 PHP/4.3.2 mod_gzip/1.3.19.1a mod_accounting/
1.0 mod_fastcgi/2.4.0 mod_ssl/2.8.14 OpenSSL/0.9.7b rus/PL30.17
X-Powered-By: PHP/4.3.2
transfer-encoding: , chunked
Connection: close
Content-Type: text/html; charset=windows-1251
Vary: accept-charset, user-agent

18 
<b>hello</b><b>hello</b>
0
-- cut here

The line "transfer-encoding: , chunked" is incorrect. The ", chunked" bit should not have that leading 
comma. Also I note that the capitalization of the header name is unusual, which leads me to believe 
that you have some odd software (module) installed on this server that is botching this header field.

In any case, this is not an issue with the Markup Validator, it's a problem on the server end with 
procoder.ru (and, apparently, fobo.ru).



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.

Received on Tuesday, 6 July 2004 11:20:54 UTC