> costin 02/04/08 15:49:52 > > Modified: coyote/src/java/org/apache/coyote Constants.java > InputBuffer.java OutputBuffer.java > Log: > Increase the number of notes per request/response. > > Add some comments on Output/InputBuffer. > > There are 2 problems: > - they are not stateless ( the param is just a buffer, no way to extract the response, etc). > - it would be much cleaner ( IMHO ) and consistent with the rest of the code to > use the hook mechanism - with 1 action for input and one for output. > ( this would also eliminate naming conflicts with the 'real' OutputBuffer and > simplify the code )
I'd like those two to stay the way they are. They're not related to the hooks or actions. I/O should be handled as a special case IMO; faster + simpler. (could you remove the comments ?) Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>