Hello,
 
I detected that the "FlushPackets" JkOption does not work. I could solve
the problem by the patch
 
*** jakarta-tomcat-connectors-1.2.15-src/jk/native/apache-2.0/mod_jk.c
2005-09-21 15:59:50.000000000 +0200
---
jakarta-tomcat-connectors-1.2.15flushing-src/jk/native/apache-2.0/mod_jk
.c       2006-02-17 10:59:05.000000000 +0100
***************
*** 412,417 ****
--- 412,420 ----
                      jk_log(main_log, JK_LOG_DEBUG,
                             "written %d out of %d", r, ll);

+                 if (s->flush_packets)
+                     ws_flush(s);
+
                  if (r < 0)
                      return JK_FALSE;
                  ll -= r;

Regards, Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to