Author: mturk Date: Mon Oct 30 00:29:31 2006 New Revision: 469090 URL: http://svn.apache.org/viewvc?view=rev&rev=469090 Log: Call the flush after sending headers if flush_header is defined.
Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c?view=diff&rev=469090&r1=469089&r2=469090 ============================================================================== --- tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c (original) +++ tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Mon Oct 30 00:29:31 2006 @@ -1385,6 +1385,8 @@ (const char *const *)res.header_names, (const char *const *)res.header_values, res.num_headers); + if (r->flush && r->flush_header) + r->flush(r); } return JK_AJP13_SEND_HEADERS; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]