remm        2002/06/24 14:38:59

  Modified:    http11/src/java/org/apache/coyote/http11 Constants.java
  Log:
  - Only allocate 32K for the buffers.
  
  Revision  Changes    Path
  1.8       +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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Constants.java    11 Mar 2002 00:35:25 -0000      1.7
  +++ Constants.java    24 Jun 2002 21:38:59 -0000      1.8
  @@ -147,7 +147,7 @@
       /**
        * Default HTTP header buffer size.
        */
  -    public static final int DEFAULT_HTTP_HEADER_BUFFER_SIZE = 128 * 1000;
  +    public static final int DEFAULT_HTTP_HEADER_BUFFER_SIZE = 32 * 1000;
   
   
       /**
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to