RE: [j-t-c] patch for jakarta-tomcat-connectors/jk/native/common/jk_a jp_common.c

2001-12-13 Thread Kevin Seguin
> > i'm 97% sure about this patch, but since i don't know this > code as well as > > some, i'd like someone else to review it. > > This seems to be the main problem we had so far with jk - > buffers beeing > reused before they're ready. For jk2 we must make sure we have more > control over that

RE: [j-t-c] patch for jakarta-tomcat-connectors/jk/native/common/jk_a jp_common.c

2001-12-13 Thread Kevin Seguin
> > this patch fixes a problem when posting with more than about > 8K of data. it > seems that when the java side of the ajp connection has to > ask the webserver > (jk) side for more data, it goes into an infinite loop > because the next > chunk of data isn't actually sent. > > i'm 97% sure

RE: [j-t-c] patch for jakarta-tomcat-connectors/jk/native/common/jk_a jp_common.c

2001-12-17 Thread GOMEZ Henri
The patch seems valid and the pmsg was passed for this purpose in previous release of J-T-C but some folks (didn't remember who) make modifications in mod_jk part of code and the update was lost. Seems ok, you could commit :) This patch fix a real problem and should be also propagated to Tomcat

RE: [j-t-c] patch for jakarta-tomcat-connectors/jk/native/common/ jk_a jp_common.c

2001-12-17 Thread Kevin Seguin
> > The patch seems valid and the pmsg was passed for this > purpose in previous release of J-T-C but some folks > (didn't remember who) make modifications in mod_jk > part of code and the update was lost. > > Seems ok, you could commit :) > done. > This patch fix a real problem and should be

RE: [j-t-c] patch for jakarta-tomcat-connectors/jk/native/common/ jk_a jp_common.c

2001-12-19 Thread GOMEZ Henri
9 DC9B 904A 364F 80E6 >-Original Message- >From: Kevin Seguin [mailto:[EMAIL PROTECTED]] >Sent: Monday, December 17, 2001 4:34 PM >To: 'Tomcat Developers List' >Subject: RE: [j-t-c] patch for >jakarta-tomcat-connectors/jk/native/common/ jk_a jp_common.c > &