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

Reply via email to