On Tue, 9 Apr 2002, Remy Maucherat wrote: > > public class CoyoteResponse > > @@ -485,6 +485,7 @@ > > throws IOException { > > // Writing leftover bytes > > outputBuffer.close(); > > + coyoteResponse.finish(); > > } > > This is called no matter what right after in the processing loop. Calling it > twice is a bad idea.
The tomcat3 adapter had this call too, and I put a println in ajp and it never got called. You mean the protocol adapter should call finish ? Can you add a small comment in Response and clearly indicate who should call it - I'm fine with any, but we should do it consistenlty in the 2 adapters and in the 2 protocols. Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>