Re: Partial HTML

2007-03-23 Thread Anthony Gardner
We are running through a load balancer with port forwarding. Why could it be at that end? What this project have coded is a "sub request" to get data from our server to include in the original call hence the HTML is only partial. When I say "sub request" I mean, they go via the outside wor

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 you send to t