On Thu, February 22, 2007 10:05 am, Ron Stiemer wrote: > Hi everyone, > > got a really strange thing going on on a client website, 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 > > any ideas what the problem could be, i checked if there are any used > socket > connections, but nothing there...maybe an apache issue ? Take the browsers out of the equation, and play with wget and ab to log what your server actually sends out. Or maybe even write a PHP script with curl to duplicate any sort of cookie/session/login details that are involved, to be sure you are doing what a browser does. If it's sending a BLANK LINE before the HTTP headers, or duplicating the headers with a BLANK LINE in between, well, there ya go. Find out why it's doing that. If your server is spitting out exactly what it should spit out, then you have a browser bug. Here are some odds, made up by me, on the spot: Browser bug: 1 in 1,000,000 Apache bug: 1 in 10,000,000 Your bug: extremely likely :-) -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some starving artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php