You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/10/09 18:56:17 UTC

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Constants.java

remm        2002/10/09 09:56:17

  Modified:    http11/src/java/org/apache/coyote/http11 Constants.java
  Log:
  - Increase a little bit buffer sizes.
  
  Revision  Changes    Path
  1.10      +1 -1      jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Constants.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Constants.java	23 Jul 2002 15:27:24 -0000	1.9
  +++ Constants.java	9 Oct 2002 16:56:17 -0000	1.10
  @@ -147,7 +147,7 @@
       /**
        * Default HTTP header buffer size.
        */
  -    public static final int DEFAULT_HTTP_HEADER_BUFFER_SIZE = 32 * 1000;
  +    public static final int DEFAULT_HTTP_HEADER_BUFFER_SIZE = 48 * 1024;
   
   
       /**
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>