[EMAIL PROTECTED] wrote:
Tomcat 6 Http Connector will first send only the header during a large chunked response. This causes problems for some of our client processors. In 5 and 5.5 with the same code, the header is sent along with some of the body content. We are doing no flush until all content has been written. The header send seems to happen only sporadically, triggered by something not in our code. Perhaps its trying to be efficient by sending the header while the first chunked content is still being prepared.
Is there a way to control its sending only the header as the first chunk?  Some 
config?
headers are usually sent down as the response get committed or the internal buffers fill up. not sure why clients would have any problems in how headers/body get sent down.
if you have a sample ,I can take a deeper look for you
Filip
Thank you.
-rick


------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition. Version: 7.5.467 / Virus Database: 269.6.1/778 - Release Date: 4/27/2007 1:39 PM


---------------------------------------------------------------------
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