luehe 2003/07/10 08:51:40
Modified: catalina/src/share/org/apache/coyote/tomcat5
CoyoteConnector.java CoyoteRequest.java
Log:
Consider CoyoteConnector's bufferSize property when creating CoyoteRequest objects
Why break the no arg constructor design ? The buffer size should be set to the default of the servlet API, and the buffer will just have to grow a few times, so there's no performance impact. Is there a real justification for this change ?
The only reason for this change is that I don't see where the connector's 'bufferSize' property is currently being used.
If it's not used at all, we may want to start using it or remove it altogether.
Do you agree?
Jan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]