Re: Partial HTML

2007-03-23 Thread Anthony Gardner
anasco <[EMAIL PROTECTED]> wrote: On Mar 22, 2007, at 11:40 AM, Anthony Gardner wrote: > If Partial HTML is sent to the client, could it possibly cause > the IO flush error? The HTML in question would be something like > . and sent back thus are

Re: Partial HTML

2007-03-22 Thread Jonathan Vanasco
On Mar 22, 2007, at 11:40 AM, Anthony Gardner wrote: If Partial HTML is sent to the client, could it possibly cause the IO flush error? The HTML in question would be something like . and sent back thus are you running through a load balancer / proxy ? it could be on that end.

Re: Partial HTML

2007-03-22 Thread Perrin Harkins
On 3/22/07, Anthony Gardner <[EMAIL PROTECTED]> wrote: If Partial HTML is sent to the client, could it possibly cause the IO flush error? The HTML in question would be something like . and sent back thus No, mod_perl doesn't know anything about HTML or care what content

Partial HTML

2007-03-22 Thread Anthony Gardner
ng to recompile MP2 with DEBUG enabled but in the meantime, I have a question. If Partial HTML is sent to the client, could it possibly cause the IO flush error? The HTML in question would be something like . and sent back thus print $cgi->header( "text/html" ); print $html