marcsaeg    01/03/03 19:42:20

  Modified:    src/share/org/apache/jasper/runtime Tag: tomcat_32
                        BodyContentImpl.java
  Log:
  I somehow commited the previous revision without a log message.  This update 
improves buffer allocation to increase performance.  Submitted by Casey Lucas 
<[EMAIL PROTECTED]>.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.6.2   +1 -1      
jakarta-tomcat/src/share/org/apache/jasper/runtime/BodyContentImpl.java
  
  Index: BodyContentImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/jasper/runtime/BodyContentImpl.java,v
  retrieving revision 1.6.6.1
  retrieving revision 1.6.6.2
  diff -u -r1.6.6.1 -r1.6.6.2
  --- BodyContentImpl.java      2001/03/04 03:26:21     1.6.6.1
  +++ BodyContentImpl.java      2001/03/04 03:42:19     1.6.6.2
  @@ -105,7 +105,7 @@
   
       private void reAllocBuff (int len) {
           //Need to re-allocate the buffer since it is to be
  -     //unbounded according to the updated spec..
  +     //unbounded according to the updated spec..
   
           char[] tmp = null;
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to