Re: Safari 2.0.4 / PHP 4.3.7 / Apache 2.0.44 Isuue with HTTP Headers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ron Stiemer wrote:
> the website outputs the whole http headers after every 2nd reload in
> safari, also in FF on Windows, but only after much much more
> relaods...here is a scrrenshot:
> 
> http://www.waldhaeusl.com/downloads/bug/http_header.png

You can use something like LiveHTTPHeaders or Firebug to observe the raw
HTTP. Based on your screen shot, it looks like a 0 is being mistaken for
the start of the content.

Because a 0 is the last byte in a chunked response, this makes me wonder
whether where's some miscommunication in the initial transaction that
causes the problem. Try to see if there's an erroneous Content-Length
header or something that might cause the client to think it has read all
of the response when it hasn't.

Hope that helps.

Chris

-- 
Chris Shiflett
http://shiflett.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux