AW: Tomcat Connector 1.2.15 - JkOption FlushPackets-Bug

2006-02-20 Thread Pelikan Stephan
An: Tomcat Developers List Betreff: Re: Tomcat Connector 1.2.15 - JkOption FlushPackets-Bug Pelikan Stephan wrote: Hello, I detected that the FlushPackets JkOption does not work. I could solve the problem by the patch FlushPacket works, and the patch is invalid. The service ws_flush

Re: AW: Tomcat Connector 1.2.15 - JkOption FlushPackets-Bug

2006-02-20 Thread Peter Rossbach
I thing you mus set JkOptions +FlushPackets regards Peter Am 20.02.2006 um 09:28 schrieb Pelikan Stephan: JkOptions FlushPackets

RE: AW: Tomcat Connector 1.2.15 - JkOption FlushPackets-Bug

2006-02-20 Thread Fenlason, Josh
:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 3:47 AM To: Tomcat Developers List Subject: Re: AW: Tomcat Connector 1.2.15 - JkOption FlushPackets-Bug Peter Rossbach wrote: I thing you mus set JkOptions +FlushPackets No need. Default is +. Regards, Mladen

Re: AW: Tomcat Connector 1.2.15 - JkOption FlushPackets-Bug

2006-02-20 Thread Rainer Jung
, everything worked as expected. , Josh. -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 3:47 AM To: Tomcat Developers List Subject: Re: AW: Tomcat Connector 1.2.15 - JkOption FlushPackets-Bug Peter Rossbach wrote: I thing you mus set JkOptions

Re: AW: Tomcat Connector 1.2.15 - JkOption FlushPackets-Bug

2006-02-20 Thread Mladen Turk
Rainer Jung wrote: Hi Mladen, are you sure? I have the impression default is I meant that the '+' is default: if (action == '-') { conf-options = ~opt; } else if (action == '+') { conf-options |= opt; } else { /* for now +Opt == Opt */ conf-options |= opt; } So

Tomcat Connector 1.2.15 - JkOption FlushPackets-Bug

2006-02-17 Thread Pelikan Stephan
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.0 +0200 --- jakarta-tomcat-connectors-1.2.15flushing-src/jk/native/apache-2.0/mod_jk .c

Re: Tomcat Connector 1.2.15 - JkOption FlushPackets-Bug

2006-02-17 Thread Mladen Turk
Pelikan Stephan wrote: Hello, I detected that the FlushPackets JkOption does not work. I could solve the problem by the patch FlushPacket works, and the patch is invalid. The service ws_flush is invoked from ajp_common. In theory there can be problems if there is no content_body packets,