Jim Jagielski wrote:

Thanks for the patch. I'll check and likely commit. The core problem maybe is inside the Tomcat AJP connector (shouldn't send flush packets before sending headers) or in the webapp (which might trigger flushes to early), but it will be definitely good to be tolerant on the JK side.


+1... I'll look at the mod_proxy_ajp side.

Right, the problem is in the webapp probably. The first flush shouldn't occur before initial packet is send.
However the explicit flushes (send_body with size 0) are very important.
Think the patch is safe, although not tested.

Regards,
Mladen


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to