On Fri, 21 Jun 2002, Christopher K. St. John wrote: > if( !res.isCommitted() ) > this.action( ActionCode.ACTION_COMMIT, param ); > > Looks like this may really be how it's supposed to work, > so I'd like to check this change in. However, as other > people are actively working on the code, I'm going to be > a wimp and ask first. > > Background: Http11Processor.action(CLOSE) results in > a call to outputBuffer.endRequest() which does the > same sort of check-if-commited-and-commit check that > I want to add to JkCoyoteHandler. > > Are there any objections?
+1 If it brakes, we'll fix it :-) I'm also running a number of tests, including large POSTs and strange requests. Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>